diff options
| author | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2017-03-03 02:32:32 +0200 |
|---|---|---|
| committer | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2017-03-03 13:54:19 +0200 |
| commit | f99f1f8975ea00605e809de5a78d1876a67fc6ee (patch) | |
| tree | 92a886d4187e348f19fd4a0b999d6eb686bebbb1 /src | |
| parent | 3ffa971212aba1e36cd8e7f3cd6a0ca9ae2858f5 (diff) | |
| download | rust-f99f1f8975ea00605e809de5a78d1876a67fc6ee.tar.gz rust-f99f1f8975ea00605e809de5a78d1876a67fc6ee.zip | |
work around LLVM PR#32123
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/debuginfo/drop-locations.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/debuginfo/drop-locations.rs b/src/test/debuginfo/drop-locations.rs index 3a7c534c139..b4f6b33be26 100644 --- a/src/test/debuginfo/drop-locations.rs +++ b/src/test/debuginfo/drop-locations.rs @@ -14,7 +14,8 @@ #![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, // and function epilogues - to function's closing brace. |
