diff options
| author | DevJPM <jean-pierre.muench@web.de> | 2020-11-07 23:25:45 +0100 |
|---|---|---|
| committer | DevJPM <jean-pierre.muench@web.de> | 2020-11-12 14:39:47 +0100 |
| commit | b51bcc72d9fce469ccdcd75676d8bd35f41e5614 (patch) | |
| tree | 8785db8dab2c415ee3fb6a2d6276ec9fa17c4c6b /src/test/codegen | |
| parent | 6830f1c6e25bb5a49782d71698878ed9ed97523c (diff) | |
| download | rust-b51bcc72d9fce469ccdcd75676d8bd35f41e5614.tar.gz rust-b51bcc72d9fce469ccdcd75676d8bd35f41e5614.zip | |
fully exploited the dropped support of LLVM 8
This commit grepped for LLVM_VERSION_GE, LLVM_VERSION_LT, get_major_version and min-llvm-version and statically evaluated every expression possible (and sensible) assuming that the LLVM version is >=9 now
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/abi-efiapi.rs | 1 | ||||
| -rw-r--r-- | src/test/codegen/force-unwind-tables.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/codegen/abi-efiapi.rs b/src/test/codegen/abi-efiapi.rs index 1c0b77ad9c7..6cb2728359b 100644 --- a/src/test/codegen/abi-efiapi.rs +++ b/src/test/codegen/abi-efiapi.rs @@ -1,7 +1,6 @@ // Checks if the correct annotation for the efiapi ABI is passed to llvm. // revisions:x86_64 i686 aarch64 arm riscv -// min-llvm-version: 9.0 // needs-llvm-components: aarch64 arm riscv //[x86_64] compile-flags: --target x86_64-unknown-uefi diff --git a/src/test/codegen/force-unwind-tables.rs b/src/test/codegen/force-unwind-tables.rs index eba4a7469f9..4c0a5602c6d 100644 --- a/src/test/codegen/force-unwind-tables.rs +++ b/src/test/codegen/force-unwind-tables.rs @@ -1,4 +1,3 @@ -// min-llvm-version: 8.0 // compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y #![crate_type="lib"] |
