diff options
author | Kevin Enderby <enderby@apple.com> | 2014-05-19 23:26:51 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2014-05-19 23:26:51 +0000 |
commit | dce55ec57531a0abd047fc277b07f3954f9f7fa0 (patch) | |
tree | 0e504e806c01affe642fcccbe48b4054f59c0c01 /test/CMakeLists.txt | |
parent | d8d50e75467d5358de9e5103ff90708132192855 (diff) |
OK, NAKAMURA Takumi beat me to this change. So backing out my addition of
llvm-size to the list so it only has one. Sorry for the noise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3797fe3009e..3e08a163894 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,7 +42,6 @@ set(LLVM_TEST_DEPENDS llvm-profdata llvm-readobj llvm-rtdyld - llvm-size llvm-symbolizer llvm-tblgen macho-dump |