forked from OSchip/llvm-project
SystemInitializer: Define macros for experimental targets too
llvm-svn: 372998
This commit is contained in:
parent
5c6ea055f6
commit
e8f0613185
|
@ -152,6 +152,8 @@ SystemInitializerFull::~SystemInitializerFull() {}
|
|||
ABIWindows_x86_64::op();
|
||||
|
||||
#define LLDB_PROCESS_AMDGPU(op)
|
||||
#define LLDB_PROCESS_ARC(op)
|
||||
#define LLDB_PROCESS_AVR(op)
|
||||
#define LLDB_PROCESS_BPF(op)
|
||||
#define LLDB_PROCESS_Lanai(op)
|
||||
#define LLDB_PROCESS_MSP430(op)
|
||||
|
|
|
@ -133,6 +133,8 @@ SystemInitializerTest::~SystemInitializerTest() {}
|
|||
ABIWindows_x86_64::op();
|
||||
|
||||
#define LLDB_PROCESS_AMDGPU(op)
|
||||
#define LLDB_PROCESS_ARC(op)
|
||||
#define LLDB_PROCESS_AVR(op)
|
||||
#define LLDB_PROCESS_BPF(op)
|
||||
#define LLDB_PROCESS_Lanai(op)
|
||||
#define LLDB_PROCESS_MSP430(op)
|
||||
|
|
Loading…
Reference in New Issue