summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-12-10 09:18:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-12-10 09:18:26 +0000
commit049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea (patch)
tree894bd7eafe44bff48be7eb3dec0b78c231b587be /test/CMakeLists.txt
parent89b9372605db2ce3b0085c84089e389f7bc1fbdd (diff)
downloadllvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.tar.gz
llvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.tar.bz2
llvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.tar.xz
macho-dump: Fix CMake build, following up to r121466.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5dd18e9775..302e141a3e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -89,7 +89,7 @@ if(PYTHONINTERP_FOUND)
UnitTests
BugpointPasses LLVMHello
llc lli llvm-ar llvm-as llvm-dis llvm-extract
- llvm-ld llvm-link llvm-mc llvm-nm opt
+ llvm-ld llvm-link llvm-mc llvm-nm macho-dump opt
FileCheck count not)
endif()