From 825989ab630599e0214a8f9ac05993a52dfdeeb9 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 9 Apr 2010 05:55:25 +0000 Subject: Add a missing dependency to this library when building with CMake. llvm-svn: 100852 --- llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt') 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) -- cgit v1.2.3