Bug#721880: clang-3.3: missing pre-processor macros for GNU/kFreeBSD

Robert Millan rmh at debian.org
Thu Sep 5 14:57:59 UTC 2013


Sylvestre Ledru:
> On 05/09/2013 01:25, Robert Millan wrote:
>>
>> clang-3.3 does not currently define the GNU/kFreeBSD pre-processor
>> macros (such as __FreeBSD_kernel__) because it is missing the TargetInfo
>> object class for this platform. This breaks software
>> that attempts to use these macros to identify it.
>>
>> See upstream bug http://llvm.org/bugs/show_bug.cgi?id=17104
>>
>> The patch for clang-3.3 is slightly different than the one submitted
>> upstream for trunk. See attachment.
>>
> Thanks!
> 
> Is it just a basic rebase or is there more differences ?

Well the constructor arguments are different, but I see you've already
noticed :-)

Thanks for the quick response!

-- 
Robert Millan



More information about the Pkg-llvm-team mailing list