We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffa971 commit f99f1f8Copy full SHA for f99f1f8
src/test/debuginfo/drop-locations.rs
@@ -14,7 +14,8 @@
14
15
#![allow(unused)]
16
17
-// compile-flags:-g
+// 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
19
20
// This test checks that drop glue code gets attributed to scope's closing brace,
21
// and function epilogues - to function's closing brace.
0 commit comments