mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
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
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#include "llvm/Support/DebugLoc.h"
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#include "llvm/Support/InstIterator.h"
|
||||
#include "llvm/Support/PathV2.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Transforms/Utils/ModuleUtils.h"
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user