llvm/module.modulemap: Exclude `CodeGenPassBuilder.h` out of `LLVM_Backend`
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 16:12:40 +0000 (01:12 +0900)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 16:20:04 +0000 (01:20 +0900)
llvm/include/llvm/module.modulemap

index 098697e..ec986cb 100644 (file)
@@ -29,6 +29,8 @@ module LLVM_Backend {
     exclude header "CodeGen/LinkAllAsmWriterComponents.h"
     exclude header "CodeGen/LinkAllCodegenComponents.h"
 
+    exclude header "CodeGen/CodeGenPassBuilder.h"
+
     // These are intended for (repeated) textual inclusion.
     textual header "CodeGen/DIEValue.def"
     textual header "CodeGen/MachinePassRegistry.def"