Stella Stamenova 5e30c74309
[mlir] Use the process (host) triple in MLIRTargetLLVMTests (#69538)
The test is meant to execute on the native target and only initializes
the native target. However, it then gets the default target triple
instead of the process (host) triple. This fails in cases where the
native target and the default target are not the same.

The test was added here: https://reviews.llvm.org/D154100
2023-10-18 18:48:24 -07:00
..