search for: 70cdee0a

Displaying 2 results from an estimated 2 matches for "70cdee0a".

2016 Jun 23
2
clang++ build from source is not able to find C++ headers
Hello, I am running OS X, when I build clang++ from source and use it to compile .cpp files it fails as it is not able to find C++ header. I am not building libc++ along with llvm and clang. using -stdlib=libstdc++ solves problem partially but it fails when using C++11 threads, again it can't find <thread>, to get this work clang++ should work with -stdlib=libc++ but it fails with
2016 Jun 23
2
[cfe-dev] clang++ build from source is not able to find C++ headers
...> think) and there only for compatibility reasons. It has virtually no > support for C++11, which LLVM needs. > > Cheers. > > Tim. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160623/70cdee0a/attachment.html>