We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ more iostream.cpp #include
int main() { std::cout << "Hello!\n"; }
$ clang++.exe clang version 3.1 (trunk 152788) Target: i686-pc-win32 Thread model: posix
$ clang++.exe -fno-rtti -Xclang -cxx-abi -Xclang microsoft iostream.cpp Can't yet mangle RTTI! UNREACHABLE executed at ..........\tools\clang\lib\AST\MicrosoftMangle.cpp:1165!
The text was updated successfully, but these errors were encountered:
*** This bug has been marked as a duplicate of bug #11777 ***
Sorry, something went wrong.
mentioned in issue llvm/llvm-bugzilla-archive#12477
No branches or pull requests
Extended Description
$ more iostream.cpp
#include
int main() {
std::cout << "Hello!\n";
}
$ clang++.exe
clang version 3.1 (trunk 152788)
Target: i686-pc-win32
Thread model: posix
$ clang++.exe -fno-rtti -Xclang -cxx-abi -Xclang microsoft iostream.cpp
Can't yet mangle RTTI!
UNREACHABLE executed at ..........\tools\clang\lib\AST\MicrosoftMangle.cpp:1165!
The text was updated successfully, but these errors were encountered: