SystemInitializer: Define macros for experimental targets too

llvm-svn: 372998
This commit is contained in:
Pavel Labath 2019-09-26 17:15:18 +00:00
parent 5c6ea055f6
commit e8f0613185
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)