[clang] [ARM] Introduce -mtp=auto and make it the default (PR #128901)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 19:08:28 PST 2025


================
@@ -42,4 +42,4 @@
 
 // RUN: %clang --target=armv7-linux -### -S %s 2>&1 | \
 // RUN: FileCheck -check-prefix=ARMv7_THREAD_POINTER_NON %s
-// ARMv7_THREAD_POINTER_NON-NOT: "-target-feature" "+read-tp-tpidruro"
+// ARMv7_THREAD_POINTER_NON: "-target-feature" "+read-tp-tpidruro"
----------------
Zhenhang1213 wrote:

OK

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


More information about the cfe-commits mailing list