tests: adapt for removal of -opaque-pointers in LLVM 17

The commit 53717cabf8
removed the flag from LLVM.
This commit is contained in:
Krasimir Georgiev 2023-07-14 13:11:31 +00:00
parent df5c2cf9bc
commit 668f2d7dbf

View File

@ -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.