Skip to content

Commit f1b1b1d

Browse files
authored
Try to work around sporadic lld assertion on Win32 for lit-test debuginfo/msvc_dwarf.d (#4687)
1 parent d4a9755 commit f1b1b1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/debuginfo/msvc_dwarf.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: FileCheck %s < %t_stderr.log
55
// CHECK: lld-link: warning: section name .debug_info is longer than 8 characters and will use a non-standard string table
66

7+
// The test sometimes fails on Win32 due to an lld assertion; no problems on Win64.
8+
// ALLOW_RETRIES: 2
9+
710
int foo(int p)
811
{
912
auto r = 2 * p;

0 commit comments

Comments
 (0)