[llvm] r209179 - David Blaikie pointed out that the test added in r209158 fails in the
Kevin Enderby
enderby at apple.com
Mon May 19 16:22:58 PDT 2014
Author: enderby
Date: Mon May 19 18:22:58 2014
New Revision: 209179
URL: http://llvm.org/viewvc/llvm-project?rev=209179&view=rev
Log:
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.
Modified:
llvm/trunk/test/CMakeLists.txt
Modified: llvm/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CMakeLists.txt?rev=209179&r1=209178&r2=209179&view=diff
==============================================================================
--- llvm/trunk/test/CMakeLists.txt (original)
+++ llvm/trunk/test/CMakeLists.txt Mon May 19 18:22:58 2014
@@ -37,6 +37,7 @@ set(LLVM_TEST_DEPENDS
llvm-mc
llvm-mcmarkup
llvm-nm
+ llvm-size
llvm-objdump
llvm-profdata
llvm-readobj
More information about the llvm-commits
mailing list