Skip to content

Commit

Permalink
SystemInitializer: Define macros for experimental targets too
Browse files Browse the repository at this point in the history
llvm-svn: 372998
  • Loading branch information
labath committed Sep 26, 2019
1 parent 5c6ea05 commit e8f0613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/source/API/SystemInitializerFull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions lldb/tools/lldb-test/SystemInitializerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8f0613

Please sign in to comment.