KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
460 stars 207 forks source link

Fix missing includes #2605

Closed svenvh closed 2 weeks ago

svenvh commented 2 weeks ago

The affected source files were relying on transitive includes that were no longer included after recent llvm-project changes (such as 36c6632eb43b ("[IR] Don't include PassInstrumentation.h in PassManager.h (NFC) (#96219)", 2024-06-21)).