[Mlir-commits] [mlir] [MLIR] Add SystemZ arg extensions for some tests (PR #116314)
Markus Böck
llvmlistbot at llvm.org
Mon Nov 18 07:51:19 PST 2024
https://github.com/zero9178 commented:
Makes sense to me in theory and matches what we concluded from the issue, but it seems as though `argext-abi-check` is only available if SystemZ is actually compiled into the binary.
I believe you should be able to fix this by using the rather new `%if` that adds the flag only if the the systemz target is defined: https://llvm.org/docs/TestingGuide.html#substitutions
Could you also put "Fixes https://github.com/llvm/llvm-project/issues/115564" into the PR description to link the two automatically?
https://github.com/llvm/llvm-project/pull/116314
More information about the Mlir-commits
mailing list