forked from OSchip/llvm-project
Add a build dependency from libMC to libDebugInfoCodeView to match the reality of header dependencies here
llvm-svn: 328595
This commit is contained in:
parent
ddcd856147
commit
60e62438d2
|
@ -22,4 +22,4 @@ subdirectories = MCDisassembler MCParser
|
|||
type = Library
|
||||
name = MC
|
||||
parent = Libraries
|
||||
required_libraries = Support
|
||||
required_libraries = Support DebugInfoCodeView
|
||||
|
|
Loading…
Reference in New Issue