work around LLVM PR#32123
This commit is contained in:
parent
3ffa971212
commit
f99f1f8975
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
|
|
||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g -O -C no-prepopulate-passes
|
||||||
|
// -O -C no-prepopulate-passes added to work around https://bugs.llvm.org/show_bug.cgi?id=32123
|
||||||
|
|
||||||
// This test checks that drop glue code gets attributed to scope's closing brace,
|
// This test checks that drop glue code gets attributed to scope's closing brace,
|
||||||
// and function epilogues - to function's closing brace.
|
// and function epilogues - to function's closing brace.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue