forked from OSchip/llvm-project
[fixup][rL311639]
rL311639 created X86AsmParser a dependency in X86AsmPrinter, which broke builds this fix adds the necessary dep llvm-svn: 311657
This commit is contained in:
parent
0eaa48322e
commit
ee1bc325c0
|
@ -19,5 +19,5 @@
|
|||
type = Library
|
||||
name = X86AsmParser
|
||||
parent = X86
|
||||
required_libraries = MC MCParser Support X86Desc X86Info
|
||||
required_libraries = MC MCParser Support X86Desc X86Info X86AsmPrinter
|
||||
add_to_library_groups = X86
|
||||
|
|
Loading…
Reference in New Issue