[clang] [PowerPC] Add an alias for -mregnames so that full register names used in assembly. (PR #70255)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 23:08:31 PDT 2023
================
@@ -0,0 +1,78 @@
+// REQUIRES: powerpc-registered-target
----------------
MaskRay wrote:
Tests at the wrong layer: https://maskray.me/blog/2021-08-08-toolchain-testing#the-test-checks-at-the-wrong-layer
This should just test that clang passes -target-feature. It's unnecessary to enumerate every combination.
Also, use `--target=` for new tests. `-target ` has been deprecated since 3.4.
https://github.com/llvm/llvm-project/pull/70255
More information about the cfe-commits
mailing list