Add dependency from SystemZAsmParser to SystemZAsmPrinter after rL345349

This fixes -DBUILD_SHARED_LIBS=on build. The dependency is similar to that of X86's.

llvm-svn: 345358
This commit is contained in:
Fangrui Song 2018-10-26 03:04:54 +00:00
parent 1ad356dfb3
commit 61ea8dae2e
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
type = Library
name = SystemZAsmParser
parent = SystemZ
required_libraries = MC MCParser Support SystemZDesc SystemZInfo
required_libraries = MC MCParser Support SystemZDesc SystemZInfo SystemZAsmPrinter
add_to_library_groups = SystemZ