mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Historically, Python bindings were using full path including third_party for most headers but not all of them. This is inconsistent with the rest of MLIR. Drop the prefix path in #include directives. PiperOrigin-RevId: 237999346