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

Sang Ik Lee llvmlistbot at llvm.org
Thu Feb 19 13:12:26 PST 2026


silee2 wrote:

> It is not allowed to access anything from llvm/lib/Target externally. These are private, non-exported APIs (in particular, they are not part of the LLVM dylib). 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.

@nikic 
Created https://github.com/llvm/llvm-project/pull/182373 to revert changes.

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


More information about the Mlir-commits mailing list