diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-04-09 05:55:25 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-04-09 05:55:25 +0000 |
commit | 825989ab630599e0214a8f9ac05993a52dfdeeb9 (patch) | |
tree | 991371f464848214f6d0209bb4dfb329fd59ef83 /llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | |
parent | d8eeb12120f3c69774bbc320ddab5d682c2cdcec (diff) | |
download | bcm5719-llvm-825989ab630599e0214a8f9ac05993a52dfdeeb9.tar.gz bcm5719-llvm-825989ab630599e0214a8f9ac05993a52dfdeeb9.zip |
Add a missing dependency to this library when building with CMake.
llvm-svn: 100852
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index afc482dd15b..ca8b8436c11 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -7,3 +7,5 @@ add_llvm_library(LLVMAsmPrinter DwarfException.cpp OcamlGCPrinter.cpp ) + +target_link_libraries (LLVMAsmPrinter LLVMMCParser) |