-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
-bcf does not compile C++ containing exception handling #26
Comments
I can't reproduce the bug... This code compile fine on my machine. I tried on CentOS 7 and OS X. |
I have crash too on Target: powerpc64-unknown-linux-gnu Stack trace:
clang-3.5: error: unable to execute command: Segmentation fault (core dumped) |
My environment is a 32-bit ArchLinux virtual installation.
|
Please, can you try again with the new version? |
I still can reproduce this issue (with both 3.6 and 4.0). After making some tests I realized that the issue doesn't occurs when optimization is disabled ( Should I open a separate issue for this? PS: I'm build O-LLVM using this tool I've implemented to streamline the build setup/process and tested targeting both my host Arch Linux x86_64 and using NDK build system: |
Here's the exact output I'm getting:
|
I'm having some issues with the BCF pass. When running BCF like this:
clang++ test.cpp -mllvm -bcf
I get:
The C++ file contains only:
I reduced the test case to this after originally being unable to compile a file which contains the declaration of an
std::string
.I'm on commit baeacd7 from May 16th.
The text was updated successfully, but these errors were encountered: