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
GitOrigin-RevId: 5f4aebc204ee35ddc38d639e486af8010e361306
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 9d438b9..3797fe3 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -37,6 +37,7 @@
           llvm-mc
           llvm-mcmarkup
           llvm-nm
+          llvm-size
           llvm-objdump
           llvm-profdata
           llvm-readobj