You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to compile clang-openmp with libc++ support.
After successfully compiling and running a basic openmp test program on OSX Yosemite I thought all was well until I tried to compile boost with ./b2 install.
The compile failed not finding any libc++ headers.
Looking into CMakeCache.txt I found entry:
LLVM_EXTERNAL_LIBCXX_SOURCE_DIR pointing to a non-existent folder:
/Users/Developer/OpenMPStuff/llvm/projects/libcxx.
Should the libcxx folder be present and does this explain why I'm getting missing libc++ header file compile failures ?(I have the compiler-rt folder under projects)