[Mlir-commits] [mlir] [MLIR][XeVM] Update XeVM target (PR #179557)

Nikita Popov llvmlistbot at llvm.org
Thu Feb 19 12:12:56 PST 2026


https://github.com/nikic commented:

It is not allowed to access anything from llvm/lib/Target externally. These are private, non-exported APIs. The fact that you had to add extra include directories for this was a warning sign.

If you need information about extensions, those should probably be part of TargetParser.

Please revert this change.

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


More information about the Mlir-commits mailing list