Commit Graph

12 Commits

Author SHA1 Message Date
Felipe de Azevedo Piovezan
a321b0afe0 [DebugInfo] Update tests to expect new LLVM debug format 2024-07-23 11:06:12 -07:00
Adrian Prantl
8c4dcc7c7d Update debuginfo tests for slightly shuffled i386 output
(cherry picked from commit 259480a7d0)
2021-09-04 19:37:53 -07:00
Adrian Prantl
612c53be8f Update testcase for upstream LLVM changes.
(cherry picked from commit 8ed230fb73)
2020-01-14 11:34:38 -08:00
Erik Eckstein
39bb14b094 change mangling prefix from $S to $s
This is the final ABI mangling prefix

rdar://problem/38471478
2018-09-19 13:55:11 -07:00
Mike Ash
add0189c66 [Runtime][ABI] Fix up additional tests for the swift_willThrow ABI change.
rdar://problem/37578477
2018-08-24 12:37:16 -04:00
Erik Eckstein
cd3d50a5d9 ABI: Change the mangling prefix from _T0 to $S 2018-01-06 13:55:59 -08:00
Pavel Yaskevich
c18edfc632 [Mangling/ABI] NFC: Fix test failures uncovered by CI on i386 (IRGen/stdlib/DebugInfo) 2017-12-18 21:06:54 -08:00
Adrian Prantl
a2d36afda1 Adapt testcase to upstream LLVM changes. 2017-08-24 15:56:48 -07:00
Adrian Prantl
373ec73181 Fix XFAILed testcase by re-arranging CHECK lines.
<rdar://problem/31886890> DebugInfo/ErrorVar.swift fails on i386
2017-04-28 10:03:28 -07:00
Arnold Schwaighofer
54d71fb3ca DebugInfo: Disable test
rdar://31886890
2017-04-28 07:54:22 -07:00
Jordan Rose
903c8c15f2 [test] Fix mangled name for renamed test. 2017-04-27 17:48:47 -07:00
Adrian Prantl
d50448a55f Represent Swift errors as DW_TAG_thrown_type in DWARF
This allows the debugger to display them alongside the function's
return value when finish-ing a function.

rdar://problem/29481673
2017-04-27 09:45:54 -07:00