diff options
author | Manuel Klimek <klimek@google.com> | 2012-04-17 17:21:17 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-04-17 17:21:17 +0000 |
commit | 61c3d3001515619ce112ae6e26b7d127a4db1b1c (patch) | |
tree | 2eac8a159c2125de15a65d40e223188130dfe512 /CMakeLists.txt | |
parent | 388774c02a249a2846d7b470cdd8981e44edaf1d (diff) |
Goodbye, JSONParser...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8336bc975e..a98dd50059 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -396,7 +396,6 @@ add_subdirectory(utils/FileUpdate) add_subdirectory(utils/count) add_subdirectory(utils/not) add_subdirectory(utils/llvm-lit) -add_subdirectory(utils/json-bench) add_subdirectory(utils/yaml-bench) add_subdirectory(projects) |