projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1793ab9
)
Add a missing dependency to this library when building with CMake.
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 9 Apr 2010 05:55:25 +0000
(
05:55
+0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/CMakeLists.txt
b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index afc482dd15bfafde6737999aa5d2069b4d0ad228..ca8b8436c11fd576d3164b2603d7307d10041aff 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/
lib/CodeGen/AsmPrinter/CMakeLists.txt
@@
-7,3
+7,5
@@
add_llvm_library(LLVMAsmPrinter
DwarfException.cpp
OcamlGCPrinter.cpp
)
+
+target_link_libraries (LLVMAsmPrinter LLVMMCParser)