summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-26 19:33:03 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-26 19:33:03 +0000
commit7a231f5a1e346eff9d7b02f9f24dfb3d79c2f12f (patch)
treebcc20a5c6726318bbd2ea58e28b35c0b4a8b1744 /lib/Support/Unix
parent842cfc91f29f6446bb675891f7abc127f9fbe768 (diff)
downloadllvm-7a231f5a1e346eff9d7b02f9f24dfb3d79c2f12f.tar.gz
llvm-7a231f5a1e346eff9d7b02f9f24dfb3d79c2f12f.tar.bz2
llvm-7a231f5a1e346eff9d7b02f9f24dfb3d79c2f12f.tar.xz
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
Diffstat (limited to 'lib/Support/Unix')
-rw-r--r--lib/Support/Unix/Path.inc (renamed from lib/Support/Unix/PathV2.inc)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/Unix/PathV2.inc b/lib/Support/Unix/Path.inc
index 91efcd8023..94f872077a 100644
--- a/lib/Support/Unix/PathV2.inc
+++ b/lib/Support/Unix/Path.inc
@@ -1,4 +1,4 @@
-//===- llvm/Support/Unix/PathV2.cpp - Unix Path Implementation --*- C++ -*-===//
+//===- llvm/Support/Unix/Path.inc - Unix Path Implementation ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the Unix specific implementation of the PathV2 API.
+// This file implements the Unix specific implementation of the Path API.
//
//===----------------------------------------------------------------------===//