Skip to content

Commit 9a6eac3

Browse files
authored
Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikic
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
2 parents 59d8da0 + 668f2d7 commit 9a6eac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/dyn-star/llvm-old-style-ptrs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

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

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

0 commit comments

Comments
 (0)