[Mlir-commits] [mlir] [mlir] Use the process (host) triple in MLIRTargetLLVMTests (PR #69538)

Stella Stamenova llvmlistbot at llvm.org
Wed Oct 18 18:41:36 PDT 2023


sstamenova wrote:

> Why would the test fail? It seems like just emitting LLVM IR and parsing it back which should not even require a target?

It fails because the test code only registers the native target. The error is: `loc("-":0:0): error: Failed to lookup target: No available targets are compatible with triple XYZ`

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


More information about the Mlir-commits mailing list