git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350346
91177308-0d34-0410-b5e6-
96231b3b80d8
textual header "CodeGen/CommandFlags.inc"
textual header "CodeGen/DIEValue.def"
}
+}
- module Target {
- umbrella "Target"
- module * { export * }
- }
+// FIXME: Make this as a submodule of LLVM_Backend again.
+// Doing so causes a linker error in clang-format.
+module LLVM_Backend_Target {
+ umbrella "Target"
+ module * { export * }
}
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }