[llvm] opt: Try to respect target-abi command line option (PR #169604)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 21:15:33 PST 2025


================
@@ -24,6 +24,13 @@ using namespace llvm;
     return *NAME##View;                                                        \
   }
 
+#define MCSTROPT(TY, NAME)                                                     \
----------------
s-barannikov wrote:

```suggestion
#define MCSTROPT(NAME)                                                     \
```

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


More information about the llvm-commits mailing list