diff options
| author | Ximin Luo <infinity0@pwned.gg> | 2021-10-06 10:22:03 +0100 |
|---|---|---|
| committer | Ximin Luo <infinity0@pwned.gg> | 2021-10-06 10:22:03 +0100 |
| commit | b386959aca1fd25431b8f58b96ddefa556a4bd27 (patch) | |
| tree | 089016e8813a0af70883e580aca695bd5f10bac9 /src/test/codegen/alloc-optimisation.rs | |
| parent | d7539a6af09e5889ed9bcb8b49571b7a59c32e65 (diff) | |
| download | rust-b386959aca1fd25431b8f58b96ddefa556a4bd27.tar.gz rust-b386959aca1fd25431b8f58b96ddefa556a4bd27.zip | |
fix: alloc-optimisation is only for rust llvm
Diffstat (limited to 'src/test/codegen/alloc-optimisation.rs')
| -rw-r--r-- | src/test/codegen/alloc-optimisation.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/codegen/alloc-optimisation.rs b/src/test/codegen/alloc-optimisation.rs index 5b27f3f4545..aee93b93e37 100644 --- a/src/test/codegen/alloc-optimisation.rs +++ b/src/test/codegen/alloc-optimisation.rs @@ -1,4 +1,5 @@ // +// no-system-llvm // min-llvm-version: 10.0.1 // compile-flags: -O #![crate_type="lib"] |
