1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

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

This reverts commit f1b690598eeca0568e39134f28e0a59c1c1f3598.
This commit is contained in:
Dave Lee 2021-03-09 09:36:13 -08:00
parent 0a037e9e43
commit 57a42af2d7

View File

@ -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 * }