LWN.net Logo

LFCS 2012: LLVM and Linux

LFCS 2012: LLVM and Linux

Posted May 2, 2012 16:04 UTC (Wed) by kmccarty (subscriber, #12085)
In reply to: LFCS 2012: LLVM and Linux by kmccarty
Parent article: LFCS 2012: LLVM and Linux

(Replying to myself)

I was even able to remove a bunch of -isystem flags pointing at GCC headers from the Clang-invoking wrapper scripts I have.

Sadly I spoke too soon -- Clang compiled with --with-gcc-toolchain is not finding omp.h, which is under the GCC installation at <gccroot>/lib/gcc/x86_64-unknown-linux-gnu/4.2.4/include together with a few other things like float.h, varargs.h and limits.h. Ought I to file a bug?


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds