summaryrefslogtreecommitdiff
path: root/utils/FileUpdate/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 /utils/FileUpdate/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 'utils/FileUpdate/CMakeLists.txt')
-rw-r--r--utils/FileUpdate/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/FileUpdate/CMakeLists.txt b/utils/FileUpdate/CMakeLists.txt
deleted file mode 100644
index ce7478f77a..0000000000
--- a/utils/FileUpdate/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-add_llvm_utility(FileUpdate
- FileUpdate.cpp
- )
-
-target_link_libraries(FileUpdate LLVMSupport)