[clang] [Sparc] Add flags to enable errata workaround pass for GR712RC and UT700 (PR #104742)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 14:13:54 PDT 2024


================
@@ -0,0 +1,12 @@
+// RUN: %clang -target sparc -mfix-gr712rc -### %s 2> %t
----------------
MaskRay wrote:

`--target=` for new tests. `-target ` has been deprecated since around Clang 3.4

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


More information about the cfe-commits mailing list