diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-22 11:37:25 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-22 11:37:25 +0000 |
| commit | e935766d577c930742946352457f96c7f9d4c7fd (patch) | |
| tree | b990259dd5d2fe8e25413f69388c090112bd8184 /scripts | |
| parent | 3847a018d5d61526e9405c2bbda23d1c8a56e6ba (diff) | |
| download | rust-e935766d577c930742946352457f96c7f9d4c7fd.tar.gz rust-e935766d577c930742946352457f96c7f9d4c7fd.zip | |
Ignore a rustc test that needs LTO support
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index a299b6de6b1..9512a80a98b 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -79,6 +79,7 @@ rm -r tests/run-make/codegen-options-parsing rm -r tests/run-make/lto-* rm -r tests/run-make/reproducible-build-2 rm -r tests/run-make/issue-109934-lto-debuginfo +rm -r tests/run-make/no-builtins-lto # optimization tests # ================== |
