mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 02:55:08 +00:00
Merge remote-tracking branch 'origin/12' into 13
This commit is contained in:
commit
5d8ec6a318
3
debian/qualify-clang.sh
vendored
3
debian/qualify-clang.sh
vendored
@ -952,7 +952,8 @@ int main() {
|
||||
std::cout << "Hello World!" << std::endl;
|
||||
}
|
||||
EOF
|
||||
clang++-$VERSION -stdlib=libc++ -unwindlib=libunwind -rtlib=compiler-rt -static-libstdc++ -static-libgcc test.cpp &> /dev/null || true
|
||||
clang++-$VERSION -stdlib=libc++ -unwindlib=libunwind -rtlib=compiler-rt -static-libstdc++ -static-libgcc test.cpp -lpthread -ldl -o test
|
||||
./test
|
||||
|
||||
clang++-$VERSION -stdlib=libc++ -static-libstdc++ -fuse-ld=lld -l:libc++abi.a test.cpp -o test
|
||||
./test
|
||||
|
Loading…
Reference in New Issue
Block a user