================ @@ -0,0 +1,3 @@ +// RUN: %clang -### --target=x86_64-unknown-linux-llvm --sysroot=%S/Inputs/basic_llvm_linux_tree \ ---------------- jhuber6 wrote:
I agree in general, I'd definitely like the ability to swap between these more transparently. One concern is thatwWithout having a dedicated triple it's more difficult to split out `lib/libc.a` from glibc and `lib/libc.a` from LLVM libc. Right now these can live together by going in `lib/x86_64-unknown-linux-gnu/` and `lib/x86_64-unknown-linux-llvm/` https://github.com/llvm/llvm-project/pull/175593 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
