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
Compiling this:
$ clang -fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++ foo.cpp -o foo
generates a binary which is linked against libgcc_s
$ ldd foo|grep libgcc_s libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f104bc66000)
Not sure it is expected?
The text was updated successfully, but these errors were encountered:
When working on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958783 to provide: https://clang.llvm.org/docs/Toolchain.html to make the following tests work: https://github.com/opencollab/llvm-toolchain-integration-test-suite/blob/master/tests/whole-toolchain.c https://github.com/opencollab/llvm-toolchain-integration-test-suite/blob/master/tests/whole-toolchain.cpp
Sorry, something went wrong.
No branches or pull requests
Compiling this:
generates a binary which is linked against libgcc_s
Not sure it is expected?
The text was updated successfully, but these errors were encountered: