mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
Add a missing dependency to this library when building with CMake.
llvm-svn: 100852
This commit is contained in:
parent
1fa38ca6fd
commit
362be7d46d
@ -7,3 +7,5 @@ add_llvm_library(LLVMAsmPrinter
|
||||
DwarfException.cpp
|
||||
OcamlGCPrinter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMAsmPrinter LLVMMCParser)
|
||||
|
Loading…
Reference in New Issue
Block a user