[cfe-commits] r164299 - in /cfe/trunk: lib/Basic/Targets.cpp test/Driver/darwin-asan-nofortify.c test/lit.cfg

Alexander Potapenko glider at google.com
Mon Sep 24 04:33:16 PDT 2012


Cross compiling build fixed in r164485,
http://lab.llvm.org:8011/builders/clang-x86_64-darwin11-cross-linux-gnu/builds/5628
Thanks everyone for your suggestions!


On Mon, Sep 24, 2012 at 1:29 PM, Alexander Potapenko <glider at google.com> wrote:
> On Fri, Sep 21, 2012 at 8:40 PM, Jordan Rose <jordan_rose at apple.com> wrote:
>> ...or you could just write the test with an explicit triple. (For completeness, also a negative check for a non-Darwin triple.)
>>
> The triple seems not to affect the preprocessing stage and the
> location of header files.
> Thus checking for the triple to contain "darwin" assumes that nobody
> will build for Darwin without the proper headers.
> This is fine to filter out the cross-compiler case however.



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the cfe-commits mailing list