diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 22:21:28 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 22:21:28 +0000 |
| commit | a11c3e25015a62c817e60ec4f955a7f3f3bb6c67 (patch) | |
| tree | 9be798f73f3522f6527cd409ed5cf1f9c53b8fc6 /lib/MC | |
| parent | 5ab770417bd230d2e319490261d300c50e932b71 (diff) | |
| download | external_llvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.zip external_llvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.tar.gz external_llvm-a11c3e25015a62c817e60ec4f955a7f3f3bb6c67.tar.bz2 | |
Move PathV2.h to Path.h
Most clients have already been moved from Path V1 to V2. The ones using V1
now include PathV1.h explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
| -rw-r--r-- | lib/MC/MCAsmStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp index 9e86785..4f07882 100644 --- a/lib/MC/MCAsmStreamer.cpp +++ b/lib/MC/MCAsmStreamer.cpp @@ -29,7 +29,7 @@ #include "llvm/Support/Format.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/MathExtras.h" -#include "llvm/Support/PathV2.h" +#include "llvm/Support/Path.h" #include <cctype> using namespace llvm; |
