From 9205140772c607f0a07bf8eac71888639a296b9d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 5 Mar 2014 10:30:38 +0000 Subject: [Layering] Move DebugLoc.h into the IR library. The implementation already lived there and it is where it belongs -- this is the in-memory debug location representation. This is just cleanup -- Modules can actually cope with this, but that doesn't make it right. After chatting with folks that have out-of-tree stuff, going ahead and moving the rest of the headers seems preferable. llvm-svn: 202960 --- llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h index 510ad59f5c9..9e3d38f7ccd 100644 --- a/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h +++ b/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h @@ -23,8 +23,8 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/DebugInfo.h" +#include "llvm/IR/DebugLoc.h" #include "llvm/MC/MCStreamer.h" -#include "llvm/Support/DebugLoc.h" #include "llvm/Target/TargetLoweringObjectFile.h" namespace llvm { -- cgit v1.2.3