aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 22:28:51 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 22:28:51 +0000
commitdffde9964480f946d4308ce936b667b6c37b1059 (patch)
tree11cddd0a2725d0fd441afa52cf8e5c7c92e3ae01 /lib/Support/CMakeLists.txt
parent44c1bc14570e77630b5e6711ed42886aad848086 (diff)
downloadexternal_llvm-dffde9964480f946d4308ce936b667b6c37b1059.zip
external_llvm-dffde9964480f946d4308ce936b667b6c37b1059.tar.gz
external_llvm-dffde9964480f946d4308ce936b667b6c37b1059.tar.bz2
Support: Add PathV2 implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 105a507..a64a188 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -64,6 +64,7 @@ add_llvm_library(LLVMSupport
Memory.cpp
Mutex.cpp
Path.cpp
+ PathV2.cpp
Process.cpp
Program.cpp
RWMutex.cpp
@@ -79,6 +80,7 @@ add_llvm_library(LLVMSupport
Unix/Memory.inc
Unix/Mutex.inc
Unix/Path.inc
+ Unix/PathV2.inc
Unix/Process.inc
Unix/Program.inc
Unix/RWMutex.inc
@@ -92,6 +94,7 @@ add_llvm_library(LLVMSupport
Windows/Memory.inc
Windows/Mutex.inc
Windows/Path.inc
+ Windows/PathV2.inc
Windows/Process.inc
Windows/Program.inc
Windows/RWMutex.inc