mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 20:26:31 +00:00
Fix modules build post-r235612.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
100eab89f5
commit
04df402b09
@ -46,6 +46,11 @@ module LLVM_Backend {
|
||||
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
|
||||
module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } }
|
||||
|
||||
module LLVM_DebugInfo {
|
||||
requires cplusplus
|
||||
module DIContext { header "DebugInfo/DIContext.h" export * }
|
||||
}
|
||||
|
||||
module LLVM_DebugInfo_DWARF {
|
||||
requires cplusplus
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user