[llvm] 9f338c1 - llvm/module.modulemap: Exclude `CodeGenPassBuilder.h` out of `LLVM_Backend`

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 16 09:20:36 PDT 2023


Author: NAKAMURA Takumi
Date: 2023-04-17T01:20:04+09:00
New Revision: 9f338c1b001b63998c384ae8da95b762fbfa3c62

URL: https://github.com/llvm/llvm-project/commit/9f338c1b001b63998c384ae8da95b762fbfa3c62
DIFF: https://github.com/llvm/llvm-project/commit/9f338c1b001b63998c384ae8da95b762fbfa3c62.diff

LOG: llvm/module.modulemap: Exclude `CodeGenPassBuilder.h` out of `LLVM_Backend`

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 098697e70d0f..ec986cb8c3d2 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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"


        


More information about the llvm-commits mailing list