We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa72f5 + 824bc82 commit 123cde5Copy full SHA for 123cde5
test/Runtime/linux-fatal-backtrace.swift
@@ -4,7 +4,6 @@
4
// REQUIRES: executable_test
5
// REQUIRES: OS=linux-gnu
6
// REQUIRES: lldb
7
-// REQUIRES: rdar38181372
8
9
// Backtraces are not emitted when optimizations are enabled. This test can not
10
// run when optimizations are enabled.
utils/symbolicate-linux-fatal
@@ -55,8 +55,7 @@ def process_ldd(lddoutput):
55
56
def create_lldb_target(binary, memmap):
57
lldb_debugger = lldb.SBDebugger.Create()
58
- lldb_target = lldb_debugger.CreateTargetWithFileAndArch(
59
- binary, lldb.LLDB_ARCH_DEFAULT)
+ lldb_target = lldb_debugger.CreateTarget(binary)
60
module = lldb_target.GetModuleAtIndex(0)
61
for dynlib_path in memmap:
62
module = lldb_target.AddModule(
0 commit comments