Skip to content

Commit aac036a

Browse files
committed
Revert "[lldb] update lldb-server platform help parsing (#162730)"
This reverts commit faf7af8. This is failing on the Darwin bots. https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/16164/changes#faf7af864f9258768133894764f1fae58d43bb09
1 parent 4456afc commit aac036a

File tree

7 files changed

+109
-336
lines changed

7 files changed

+109
-336
lines changed

lldb/test/Shell/lldb-server/TestPlatformErrorMessages.test

Lines changed: 0 additions & 25 deletions
This file was deleted.

lldb/test/Shell/lldb-server/TestPlatformHelp.test

Lines changed: 0 additions & 40 deletions
This file was deleted.

lldb/test/Shell/lldb-server/TestPlatformSuccessfulStartup.test

Lines changed: 0 additions & 35 deletions
This file was deleted.

lldb/tools/lldb-server/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ set(LLVM_TARGET_DEFINITIONS LLGSOptions.td)
22
tablegen(LLVM LLGSOptions.inc -gen-opt-parser-defs)
33
add_public_tablegen_target(LLGSOptionsTableGen)
44

5-
set(LLVM_TARGET_DEFINITIONS PlatformOptions.td)
6-
tablegen(LLVM PlatformOptions.inc -gen-opt-parser-defs)
7-
add_public_tablegen_target(PlatformOptionsTableGen)
8-
95
set(LLDB_PLUGINS)
106

117
if(CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
@@ -71,7 +67,6 @@ add_lldb_tool(lldb-server
7167

7268
add_dependencies(lldb-server
7369
LLGSOptionsTableGen
74-
PlatformOptionsTableGen
7570
${tablegen_deps}
7671
)
7772
target_include_directories(lldb-server PRIVATE "${LLDB_SOURCE_DIR}/source")

lldb/tools/lldb-server/PlatformOptions.td

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)