diff options
| author | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-08-07 21:58:49 +0000 |
|---|---|---|
| committer | Aditya Nandakumar <aditya_nandakumar@apple.com> | 2018-08-07 21:58:49 +0000 |
| commit | ffa9d2e4042f50c7f75ac0948a35d7e7c10e9932 (patch) | |
| tree | 2f2f7eaad88a70cd8347547a80dc07ec8aba7670 /llvm/lib/Support/CMakeLists.txt | |
| parent | b9cc1fcf6bf2c8fdade9d8b304e049cedc56741d (diff) | |
| download | bcm5719-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.txt | 1 |
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 |

