forked from OSchip/llvm-project
Move CVDebugRecord from CodeView to Object to fix layering
llvm-svn: 328593
This commit is contained in:
parent
8653776367
commit
211c67cdb2
|
@ -16,9 +16,9 @@
|
|||
|
||||
#include "llvm/ADT/iterator_range.h"
|
||||
#include "llvm/BinaryFormat/COFF.h"
|
||||
#include "llvm/DebugInfo/CodeView/CVDebugRecord.h"
|
||||
#include "llvm/MC/SubtargetFeature.h"
|
||||
#include "llvm/Object/Binary.h"
|
||||
#include "llvm/Object/CVDebugRecord.h"
|
||||
#include "llvm/Object/Error.h"
|
||||
#include "llvm/Object/ObjectFile.h"
|
||||
#include "llvm/Support/BinaryByteStream.h"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_DEBUGINFO_CODEVIEW_CVDEBUGRECORD_H
|
||||
#define LLVM_DEBUGINFO_CODEVIEW_CVDEBUGRECORD_H
|
||||
#ifndef LLVM_OBJECT_CVDEBUGRECORD_H
|
||||
#define LLVM_OBJECT_CVDEBUGRECORD_H
|
||||
|
||||
#include "llvm/Support/Endian.h"
|
||||
|
Loading…
Reference in New Issue