OSDN Git Service

Add a missing dependency to this library when building with CMake.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Apr 2010 05:55:25 +0000 (05:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Apr 2010 05:55:25 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100852 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/CMakeLists.txt

index afc482d..ca8b843 100644 (file)
@@ -7,3 +7,5 @@ add_llvm_library(LLVMAsmPrinter
   DwarfException.cpp
   OcamlGCPrinter.cpp
   )
+
+target_link_libraries (LLVMAsmPrinter LLVMMCParser)