1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[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 ed78d1169c
commit a4304aa848

View File

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