mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +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:
@@ -46,6 +46,11 @@ module LLVM_Backend {
|
|||||||
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
|
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
|
||||||
module LLVM_Config { requires cplusplus umbrella "Config" 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 {
|
module LLVM_DebugInfo_DWARF {
|
||||||
requires cplusplus
|
requires cplusplus
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user