Add a build dependency from libMC to libDebugInfoCodeView to match the reality of header dependencies here

llvm-svn: 328595
This commit is contained in:
David Blaikie 2018-03-26 23:48:52 +00:00
parent ddcd856147
commit 60e62438d2
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ subdirectories = MCDisassembler MCParser
type = Library
name = MC
parent = Libraries
required_libraries = Support
required_libraries = Support DebugInfoCodeView