diff options
| author | Josh Stone <jistone@redhat.com> | 2018-01-30 16:47:30 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2018-01-31 11:41:26 -0800 |
| commit | e2de8deb0927eb68dbc5986e1fbbd0a1359f8a74 (patch) | |
| tree | 1e25ffd5d0d86659a1926e52959ea8a8f283f517 /src/test/codegen/stack-probes.rs | |
| parent | 560a2f4faf4828ba5f48fe2bd7709265c2f5354d (diff) | |
| download | rust-e2de8deb0927eb68dbc5986e1fbbd0a1359f8a74.tar.gz rust-e2de8deb0927eb68dbc5986e1fbbd0a1359f8a74.zip | |
Enable stack-probe tests with system LLVM >= 5.0
Diffstat (limited to 'src/test/codegen/stack-probes.rs')
| -rw-r--r-- | src/test/codegen/stack-probes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs index 5b26dade9af..4a489f1edb3 100644 --- a/src/test/codegen/stack-probes.rs +++ b/src/test/codegen/stack-probes.rs @@ -15,7 +15,7 @@ // ignore-wasm // ignore-emscripten // ignore-windows -// no-system-llvm +// min-system-llvm-version 5.0 // compile-flags: -C no-prepopulate-passes #![crate_type = "lib"] |
