[Lldb-commits] [lldb] r372998 - SystemInitializer: Define macros for experimental targets too

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 26 10:15:18 PDT 2019


Author: labath
Date: Thu Sep 26 10:15:18 2019
New Revision: 372998

URL: http://llvm.org/viewvc/llvm-project?rev=372998&view=rev
Log:
SystemInitializer: Define macros for experimental targets too

Modified:
    lldb/trunk/source/API/SystemInitializerFull.cpp
    lldb/trunk/tools/lldb-test/SystemInitializerTest.cpp

Modified: lldb/trunk/source/API/SystemInitializerFull.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SystemInitializerFull.cpp?rev=372998&r1=372997&r2=372998&view=diff
==============================================================================
--- lldb/trunk/source/API/SystemInitializerFull.cpp (original)
+++ lldb/trunk/source/API/SystemInitializerFull.cpp Thu Sep 26 10:15:18 2019
@@ -152,6 +152,8 @@ SystemInitializerFull::~SystemInitialize
   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)

Modified: lldb/trunk/tools/lldb-test/SystemInitializerTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-test/SystemInitializerTest.cpp?rev=372998&r1=372997&r2=372998&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-test/SystemInitializerTest.cpp (original)
+++ lldb/trunk/tools/lldb-test/SystemInitializerTest.cpp Thu Sep 26 10:15:18 2019
@@ -133,6 +133,8 @@ SystemInitializerTest::~SystemInitialize
   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)




More information about the lldb-commits mailing list