From 7a231f5a1e346eff9d7b02f9f24dfb3d79c2f12f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 26 Jun 2013 19:33:03 +0000 Subject: Rename PathV2 to just Path now that it is the only one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185015 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Support/CMakeLists.txt') diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 7d27a29139..5823836585 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -73,7 +73,7 @@ add_llvm_library(LLVMSupport IncludeFile.cpp Memory.cpp Mutex.cpp - PathV2.cpp + Path.cpp Process.cpp Program.cpp RWMutex.cpp @@ -89,7 +89,7 @@ add_llvm_library(LLVMSupport Unix/Host.inc Unix/Memory.inc Unix/Mutex.inc - Unix/PathV2.inc + Unix/Path.inc Unix/Process.inc Unix/Program.inc Unix/RWMutex.inc @@ -102,7 +102,7 @@ add_llvm_library(LLVMSupport Windows/Host.inc Windows/Memory.inc Windows/Mutex.inc - Windows/PathV2.inc + Windows/Path.inc Windows/Process.inc Windows/Program.inc Windows/RWMutex.inc -- cgit v1.2.3