[llvm] 736afe4 - Revert "[build][modules] Fix ObjCARCUtil.h modularization"

Dave Lee via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 09:36:55 PST 2021


Author: Dave Lee
Date: 2021-03-09T09:36:47-08:00
New Revision: 736afe465f4216f55372a907d7288910f9de6bea

URL: https://github.com/llvm/llvm-project/commit/736afe465f4216f55372a907d7288910f9de6bea
DIFF: https://github.com/llvm/llvm-project/commit/736afe465f4216f55372a907d7288910f9de6bea.diff

LOG: Revert "[build][modules] Fix ObjCARCUtil.h modularization"

This reverts commit f1b690598eeca0568e39134f28e0a59c1c1f3598.

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 3ac734e88b36..848fb266374e 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -265,8 +265,6 @@ module LLVM_intrinsic_gen {
   module IR_ModuleSummaryIndexYAML { header "IR/ModuleSummaryIndexYAML.h" export * }
   module IR_Function { header "IR/Function.h" export * }
   module IR_InstrTypes { header "IR/InstrTypes.h" export * }
-  // Depends on only IR_InstrTypes. Creates a cycle if left in LLVM_intrinsic_gen.
-  module IR_ObjCARCUtil { header "IR/ObjCARCUtil.h" export * }
   module IR_Instructions { header "IR/Instructions.h" export * }
 
 


        


More information about the llvm-commits mailing list