forked from OSchip/llvm-project
[RegisterContext] Remove now unneded vestiges.
This commit is contained in:
parent
8df482e51c
commit
294ef766e8
|
@ -21,12 +21,6 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
// Support building against older versions of LLVM, this macro was added
|
||||
// recently.
|
||||
#ifndef LLVM_EXTENSION
|
||||
#define LLVM_EXTENSION
|
||||
#endif
|
||||
|
||||
#include "Utility/ARM_DWARF_Registers.h"
|
||||
#include "Utility/ARM_ehframe_Registers.h"
|
||||
|
||||
|
|
|
@ -30,12 +30,6 @@
|
|||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
// Support building against older versions of LLVM, this macro was added
|
||||
// recently.
|
||||
#ifndef LLVM_EXTENSION
|
||||
#define LLVM_EXTENSION
|
||||
#endif
|
||||
|
||||
#include "Utility/ARM64_DWARF_Registers.h"
|
||||
|
||||
using namespace lldb;
|
||||
|
|
|
@ -19,12 +19,6 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
// Support building against older versions of LLVM, this macro was added
|
||||
// recently.
|
||||
#ifndef LLVM_EXTENSION
|
||||
#define LLVM_EXTENSION
|
||||
#endif
|
||||
|
||||
#include "RegisterContextDarwin_i386.h"
|
||||
|
||||
using namespace lldb;
|
||||
|
|
|
@ -21,12 +21,6 @@
|
|||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
// Support building against older versions of LLVM, this macro was added
|
||||
// recently.
|
||||
#ifndef LLVM_EXTENSION
|
||||
#define LLVM_EXTENSION
|
||||
#endif
|
||||
|
||||
#include "RegisterContextDarwin_x86_64.h"
|
||||
|
||||
using namespace lldb;
|
||||
|
|
Loading…
Reference in New Issue