[compiler-rt] CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (PR #88835)

YunQiang Su via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 05:02:55 PDT 2024


wzssyqa wrote:

There still some problem for `armv7m-none-eabi`:
1. `clang --target=armv7m-none-eabi -print-target-triple` out put
```
armv7m-none-unknown-eabi
```
Is it correct? Should we fix the C++ code to normalize triples?

2. in `livcxx/utils/ci/run-buildbot`, `install/lib/armv7m-none-eabi` is hardcoded.
    should we use `clang -print-target-triple` for it?

https://github.com/llvm/llvm-project/pull/88835


More information about the llvm-commits mailing list