diff options
| author | Josh Stone <jistone@redhat.com> | 2017-10-16 12:48:01 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-10-16 13:10:16 -0700 |
| commit | 7538a9b8afc42abfdc01afb4481a63dc3840f2ee (patch) | |
| tree | d20aba6818217b273a2293c02ae4018710d16903 | |
| parent | 68311bdf2bcddea8012fd9cec24357feaf771fd0 (diff) | |
| download | rust-7538a9b8afc42abfdc01afb4481a63dc3840f2ee.tar.gz rust-7538a9b8afc42abfdc01afb4481a63dc3840f2ee.zip | |
Update the codegen/mainsubprogram tests to min-llvm 4.0
The necessary changes were only in upstream LLVM in 4.0, but they were for a while backported to Rust LLVM. Now that Rust LLVM is also 4.0, we can make the test conditional here more accurate.
| -rw-r--r-- | src/test/codegen/mainsubprogram.rs | 7 | ||||
| -rw-r--r-- | src/test/codegen/mainsubprogramstart.rs | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/src/test/codegen/mainsubprogram.rs b/src/test/codegen/mainsubprogram.rs index 657f4b662f7..f0508bc90f2 100644 --- a/src/test/codegen/mainsubprogram.rs +++ b/src/test/codegen/mainsubprogram.rs @@ -8,14 +8,13 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// The minimum LLVM version is set to 3.8, but really this test -// depends on a patch that is was committed to upstream LLVM before -// 4.0; and also backported to the Rust LLVM fork. +// This test depends on a patch that was committed to upstream LLVM +// before 4.0, formerly backported to the Rust LLVM fork. // ignore-tidy-linelength // ignore-windows // ignore-macos -// min-llvm-version 3.8 +// min-llvm-version 4.0 // compile-flags: -g -C no-prepopulate-passes diff --git a/src/test/codegen/mainsubprogramstart.rs b/src/test/codegen/mainsubprogramstart.rs index cd34a1670dc..8325318f9af 100644 --- a/src/test/codegen/mainsubprogramstart.rs +++ b/src/test/codegen/mainsubprogramstart.rs @@ -8,14 +8,13 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// The minimum LLVM version is set to 3.8, but really this test -// depends on a patch that is was committed to upstream LLVM before -// 4.0; and also backported to the Rust LLVM fork. +// This test depends on a patch that was committed to upstream LLVM +// before 4.0, formerly backported to the Rust LLVM fork. // ignore-tidy-linelength // ignore-windows // ignore-macos -// min-llvm-version 3.8 +// min-llvm-version 4.0 // compile-flags: -g -C no-prepopulate-passes |
