summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-05-19 23:22:58 +0000
committerKevin Enderby <enderby@apple.com>2014-05-19 23:22:58 +0000
commit5f4aebc204ee35ddc38d639e486af8010e361306 (patch)
tree1835b4cf8bc6a649f7cc043d55ba17c12e8af6a0
parent424b59b1ce3b6550dd2c76e15c21bf7261a69ee0 (diff)
downloadbcm5719-llvm-5f4aebc204ee35ddc38d639e486af8010e361306.tar.gz
bcm5719-llvm-5f4aebc204ee35ddc38d639e486af8010e361306.zip
David Blaikie pointed out that the test added in r209158 fails in the
check-llvm target under CMake. And the test/CMakeFiles.txt needs to have llvm-size added to the list. llvm-svn: 209179
-rw-r--r--llvm/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index 9d438b95de0..3797fe3009e 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -37,6 +37,7 @@ set(LLVM_TEST_DEPENDS
llvm-mc
llvm-mcmarkup
llvm-nm
+ llvm-size
llvm-objdump
llvm-profdata
llvm-readobj
OpenPOWER on IntegriCloud