From 57a42af2d7b5b740b37ce86280ce9905b1b6b4b5 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 9 Mar 2021 09:36:13 -0800 Subject: [PATCH] Revert "[build][modules] Fix ObjCARCUtil.h modularization" This reverts commit f1b690598eeca0568e39134f28e0a59c1c1f3598. --- include/llvm/module.modulemap | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 3ac734e88b3..848fb266374 100644 --- a/include/llvm/module.modulemap +++ b/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 * }