diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 16:24:35 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 16:24:35 +0000 |
commit | 460e75a453c256828caaf454c0bbae3eab79f440 (patch) | |
tree | e842a557e84d35c2fe3caba8995ef3e5a2a10dda /lib/Support/CMakeLists.txt | |
parent | 4ae6d4042b5335a97da54110b7e9a4a59e377485 (diff) | |
download | external_llvm-460e75a453c256828caaf454c0bbae3eab79f440.zip external_llvm-460e75a453c256828caaf454c0bbae3eab79f440.tar.gz external_llvm-460e75a453c256828caaf454c0bbae3eab79f440.tar.bz2 |
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r-- | lib/Support/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 6cc8ab2..7d27a29 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -73,7 +73,6 @@ add_llvm_library(LLVMSupport IncludeFile.cpp Memory.cpp Mutex.cpp - Path.cpp PathV2.cpp Process.cpp Program.cpp @@ -90,7 +89,6 @@ add_llvm_library(LLVMSupport Unix/Host.inc Unix/Memory.inc Unix/Mutex.inc - Unix/Path.inc Unix/PathV2.inc Unix/Process.inc Unix/Program.inc @@ -104,7 +102,6 @@ add_llvm_library(LLVMSupport Windows/Host.inc Windows/Memory.inc Windows/Mutex.inc - Windows/Path.inc Windows/PathV2.inc Windows/Process.inc Windows/Program.inc |