summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index 8f0c39567c9..0a680419781 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/CMakeLists.txt
@@ -27,3 +27,5 @@ add_llvm_target(ARMCodeGen
ThumbInstrInfo.cpp
ThumbRegisterInfo.cpp
)
+
+target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
OpenPOWER on IntegriCloud