-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clang crash #555
Comments
Here is a 7zip archive of the two files /tmp/folly-ef0157.cpp and /tmp/folly-ef0157.sh: |
Would you try revering locally the following change and see if it helps? |
Hasn't this commit been done after v2016.12.19.00? edit: Apparently g++ is still used: My calls are:
but it seems to use Clang only when CMAKE_CXX_COMPILER and CMAKE_C_COMPILER of my project are set to it. The CC="" and CXX="" calls are ignored? How do I specify clang successfully for autoreconf? Maybe it mixes up two compilers. edit2: edit3: This is my call now:
I am getting another crash of Clang now which shows the actual clang call:
|
I believe this has been resolved upstream in Clang, as we've not had more reports of this issue in the last year. |
Actually it is a bug in Clang, I guess but I cannot register at https://bugs.llvm.org/enter_bug.cgi anymore and maybe this helps you anyway.
I am building folly in CMake using this CMakeLists.txt:
I've tried it without the GIT_TAG specification as well. Even if it is a Clang bug maybe something could be done about it. I am using Fedora and the installed Clang package. If there would be an official folly-dev package, I would use it instead.
The text was updated successfully, but these errors were encountered: