git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315449
91177308-0d34-0410-b5e6-
96231b3b80d8
module LLVM_MC {
requires cplusplus
- // FIXME: Mislayered?
- module Support_TargetRegistry {
- header "Support/TargetRegistry.h"
- export *
- }
-
umbrella "MC"
module * { export * }
textual header "ProfileData/InstrProfData.inc"
}
+// FIXME: Mislayered?
+module LLVM_Support_TargetRegistry {
+ requires cplusplus
+ header "Support/TargetRegistry.h"
+ export *
+}
+
module LLVM_TableGen { requires cplusplus umbrella "TableGen" module * { export * } }
module LLVM_Transforms {