diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-10 09:18:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-10 09:18:26 +0000 |
commit | 049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea (patch) | |
tree | 894bd7eafe44bff48be7eb3dec0b78c231b587be /test | |
parent | 89b9372605db2ce3b0085c84089e389f7bc1fbdd (diff) | |
download | external_llvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.zip external_llvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.tar.gz external_llvm-049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea.tar.bz2 |
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')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5dd18e9..302e141 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() |