mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Move CVDebugRecord from CodeView to Object to fix layering
llvm-svn: 328593
This commit is contained in:
parent
f98a2054f3
commit
500ebbec4b
@ -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…
x
Reference in New Issue
Block a user