mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Backtracing] Fix symbol lookup on Linux.
Also removed a spurious `print()` that got left in by accident, and disabled the `CodableBacktrace.swift` test on Linux since we need Foundation and we don't have it there. rdar://124913332
This commit is contained in:
@@ -415,8 +415,6 @@ extension Backtrace {
|
||||
memoryReader: memoryReader)
|
||||
|
||||
if let limit = limit {
|
||||
print("limit = \(limit), offset = \(offset), top = \(top)")
|
||||
|
||||
let limited = LimitSequence(unwinder,
|
||||
limit: limit,
|
||||
offset: offset,
|
||||
|
||||
Reference in New Issue
Block a user