mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 19:23:09 +00:00 
			
		
		
		
	Fix a test -stdlib=libc++ -unwindlib=libunwind -rtlib=compiler-rt -static-libstdc++ -static-libgcc test.cpp -lpthread -ldl -o test
This commit is contained in:
		
							parent
							
								
									7a22a0e1ff
								
							
						
					
					
						commit
						c0181fe78d
					
				
							
								
								
									
										3
									
								
								debian/qualify-clang.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								debian/qualify-clang.sh
									
									
									
									
										vendored
									
									
								
							| @ -946,7 +946,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
	 Sylvestre Ledru
						Sylvestre Ledru