[ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494

This fixes -DBUILD_SHARED_LIBS=on

llvm-svn: 347506
This commit is contained in:
Fangrui Song
2018-11-23 23:43:46 +00:00
parent 6e81d421e1
commit 220f2a9cac

View File

@@ -19,5 +19,5 @@
type = Library
name = ARMAsmParser
parent = ARM
required_libraries = ARMDesc ARMInfo MC MCParser Support ARMUtils
required_libraries = ARMDesc ARMInfo ARMAsmPrinter MC MCParser Support ARMUtils
add_to_library_groups = ARM