MaskRay added a comment.

In D110663#3028811 <https://reviews.llvm.org/D110663#3028811>, @sylvestre.ledru 
wrote:

> just to make sure I understand, it will also update the install or "just" the 
> dumpmachine option ?

If `LLVM_DEFAULT_TARGET_TRIPLE` is `x86_64-linux-gnu, `clang -dumpmachine` will 
still be the normalized (by `Driver.cpp:computeTargetTriple`) 
`x86_64-unknown-linux-gnu`.

This just affects the `lib/clang/14.0.0/x86_64-linux-gnu` detection which is 
used by `libclang_rt.builtins.a` (with `--rtlib=compiler-rt), and more common, 
asan/msan/etc runtime archives.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110663/new/

https://reviews.llvm.org/D110663

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to