[clang] [PowerPC] Add an alias for -mregnames so that full register names used in assembly. (PR #70255)

Nick Desaulniers via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 08:45:53 PDT 2023


================
@@ -0,0 +1,78 @@
+// REQUIRES: powerpc-registered-target
----------------
nickdesaulniers wrote:

Yeah, a full on integration test for this is a bit much.  The backend tests LGTM; just making sure the frontend doesn't error when presented with this flag (and the `-no` variant) would be sufficient IMO.

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


More information about the cfe-commits mailing list