diff options
| author | Josh Stone <jistone@redhat.com> | 2019-12-02 11:35:59 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2019-12-02 11:36:21 -0800 |
| commit | 2304c25f31fb69c279110ecaf51627cc36bffd55 (patch) | |
| tree | e9639dd6dae8e1c760add2bcfac138fd5df5f118 /src/test/codegen/align-struct.rs | |
| parent | fdc0011561c6365c596dfd8fa1ef388162bc89c7 (diff) | |
| download | rust-2304c25f31fb69c279110ecaf51627cc36bffd55.tar.gz rust-2304c25f31fb69c279110ecaf51627cc36bffd55.zip | |
Update the minimum external LLVM to 7
LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522.
Diffstat (limited to 'src/test/codegen/align-struct.rs')
| -rw-r--r-- | src/test/codegen/align-struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/codegen/align-struct.rs b/src/test/codegen/align-struct.rs index c0d6a0c80e1..5e290323907 100644 --- a/src/test/codegen/align-struct.rs +++ b/src/test/codegen/align-struct.rs @@ -1,6 +1,5 @@ // compile-flags: -C no-prepopulate-passes // ignore-tidy-linelength -// min-llvm-version 7.0 #![crate_type = "lib"] |
