[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:
Coby Tayree 2017-08-24 14:10:50 +00:00
parent 0eaa48322e
commit ee1bc325c0
1 changed files with 1 additions and 1 deletions

View File

@ -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