diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-07-02 18:53:52 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-07-02 18:53:52 +0000 |
commit | 033080cf6a6f6ca94f20c410204405471c19c535 (patch) | |
tree | 8d7dd6a86c7eaff7eff51021c24eab421a8ef192 /lib/Target/ARM/CMakeLists.txt | |
parent | 45f5d6417bfe9941ba58777865e00098ffff5793 (diff) |
CMake build fixes, from Xerxes Ranby
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/CMakeLists.txt')
-rw-r--r-- | lib/Target/ARM/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index 8f0c39567c..0a68041978 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -27,3 +27,5 @@ add_llvm_target(ARMCodeGen ThumbInstrInfo.cpp ThumbRegisterInfo.cpp ) + +target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG) |