mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Unbreak the modules build by splitting Target out into its own top-level module
llvm-svn: 350346
This commit is contained in:
parent
44e4550feb
commit
332c34b078
@ -27,11 +27,13 @@ module LLVM_Backend {
|
||||
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 * } }
|
||||
|
Loading…
Reference in New Issue
Block a user