summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-23 17:58:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-23 17:58:39 +0000
commit67c5f453065bf018e56fcf04e15d603c6d93ffd3 (patch)
treeda7549960df8711a99a6e725a5bcda243a929ce3 /CMakeLists.txt
parent18a301e5788cbc7f0e1bcc2567d3a1d76fb4bf2a (diff)
downloadllvm-67c5f453065bf018e56fcf04e15d603c6d93ffd3.tar.gz
llvm-67c5f453065bf018e56fcf04e15d603c6d93ffd3.tar.bz2
llvm-67c5f453065bf018e56fcf04e15d603c6d93ffd3.tar.xz
Delete utils/FileUpdate.
It is unused and it looks like it was never used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36e6ed8afa..324bff3b49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -499,7 +499,6 @@ add_subdirectory(lib)
if( LLVM_INCLUDE_UTILS )
add_subdirectory(utils/FileCheck)
- add_subdirectory(utils/FileUpdate)
add_subdirectory(utils/PerfectShuffle)
add_subdirectory(utils/count)
add_subdirectory(utils/not)