Skip to content

Commit

Permalink
Force LLVM IR verification in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Nov 28, 2024
1 parent d3ad000 commit 3275488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/linkage-attr/common-linkage-non-zero-init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//@ failure-status: 101
//@ known-bug: #109681
//@ ignore-wasm32 this appears to SIGABRT on wasm, not fail cleanly
//@ compile-flags: -Z verify-llvm-ir

// This test verifies that we continue to hit the LLVM error for common linkage with non-zero
// initializers, since it generates invalid LLVM IR.
Expand Down

0 comments on commit 3275488

Please sign in to comment.