summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorAditya Nandakumar <aditya_nandakumar@apple.com>2018-08-07 21:58:49 +0000
committerAditya Nandakumar <aditya_nandakumar@apple.com>2018-08-07 21:58:49 +0000
commitffa9d2e4042f50c7f75ac0948a35d7e7c10e9932 (patch)
tree2f2f7eaad88a70cd8347547a80dc07ec8aba7670 /llvm/lib/Support/CMakeLists.txt
parentb9cc1fcf6bf2c8fdade9d8b304e049cedc56741d (diff)
downloadbcm5719-llvm-ffa9d2e4042f50c7f75ac0948a35d7e7c10e9932.tar.gz
bcm5719-llvm-ffa9d2e4042f50c7f75ac0948a35d7e7c10e9932.zip
Refactor FileCheck to make it usable as an API
https://reviews.llvm.org/D50283 reviewed by bogner This patch refactors FileCheck's implementation into support so it can be used from C++ in other places (Unit tests). llvm-svn: 339192
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r--llvm/lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index 5688c1a8aef..a4cdeb07cb6 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -71,6 +71,7 @@ add_llvm_library(LLVMSupport
DJB.cpp
Error.cpp
ErrorHandling.cpp
+ FileCheck.cpp
FileUtilities.cpp
FileOutputBuffer.cpp
FoldingSet.cpp
OpenPOWER on IntegriCloud