Skip to content

Commit

Permalink
Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikic
Browse files Browse the repository at this point in the history
tests: adapt for removal of -opaque-pointers in LLVM 17

The commit llvm/llvm-project@53717ca removed the flag from LLVM.

Found via our experimental rust + LLVM@HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/20777#01895454-40b2-4e2f-978b-1294a83e1cce
  • Loading branch information
matthiaskrgr authored Jul 14, 2023
2 parents 59d8da0 + 668f2d7 commit 9a6eac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/dyn-star/llvm-old-style-ptrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// (opaque-pointers flag is called force-opaque-pointers in LLVM 13...)
// min-llvm-version: 14.0
// (the ability to disable opaque pointers has been removed in LLVM 17)
// ignore-llvm-version: 17 - 99

// This test can be removed once non-opaque pointers are gone from LLVM, maybe.

Expand Down

0 comments on commit 9a6eac3

Please sign in to comment.