Skip to content

Commit f99f1f8

Browse files
committed
work around LLVM PR#32123
1 parent 3ffa971 commit f99f1f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/debuginfo/drop-locations.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
#![allow(unused)]
1616

17-
// compile-flags:-g
17+
// compile-flags:-g -O -C no-prepopulate-passes
18+
// -O -C no-prepopulate-passes added to work around https://bugs.llvm.org/show_bug.cgi?id=32123
1819

1920
// This test checks that drop glue code gets attributed to scope's closing brace,
2021
// and function epilogues - to function's closing brace.

0 commit comments

Comments
 (0)