diff options
| author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2023-11-15 19:58:52 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2023-11-21 22:40:16 +0100 |
| commit | 7de6d04bc8033644c09fd1273b6fb3164d04fab3 (patch) | |
| tree | 60e41716747a9033ac93633664c15e384d2ff08c /tests/codegen/stack-probes-inline.rs | |
| parent | 2f8d81f9dbac6b8df982199f69da04a4c8357227 (diff) | |
| download | rust-7de6d04bc8033644c09fd1273b6fb3164d04fab3.tar.gz rust-7de6d04bc8033644c09fd1273b6fb3164d04fab3.zip | |
Update the minimum external LLVM to 16.
Diffstat (limited to 'tests/codegen/stack-probes-inline.rs')
| -rw-r--r-- | tests/codegen/stack-probes-inline.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/codegen/stack-probes-inline.rs b/tests/codegen/stack-probes-inline.rs index a6b781de531..058c363969f 100644 --- a/tests/codegen/stack-probes-inline.rs +++ b/tests/codegen/stack-probes-inline.rs @@ -13,10 +13,8 @@ //[s390x] needs-llvm-components: systemz //[i686] compile-flags: --target i686-unknown-linux-gnu //[i686] needs-llvm-components: x86 -//[i686] min-llvm-version: 16 //[x86_64] compile-flags: --target x86_64-unknown-linux-gnu //[x86_64] needs-llvm-components: x86 -//[x86_64] min-llvm-version: 16 #![crate_type = "rlib"] #![feature(no_core, lang_items)] |
