================
@@ -0,0 +1,9 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
----------------
gysit wrote:

Interesting!

Did you build your LLVM with the x86 target enabled (besides Aarch64)? If not, 
`mlir-translate` may indeed be fine with the attribute independent of the 
target architecture. Note that `mlir-translate` runs `llvm::verifyModule` which 
I thought could be unhappy with unsupported target specific attributes.


https://github.com/llvm/llvm-project/pull/96688
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to