about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/asm.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-28 14:23:24 +0100
committerGitHub <noreply@github.com>2025-01-28 14:23:24 +0100
commitda6d9fdfa2be8def63e1adeb7fd14c972db9d2bf (patch)
treee01821b3009dc0b151be83b02eb1466533b8bb37 /compiler/rustc_codegen_llvm/src/asm.rs
parent448fa117f8c0beed21967cc732a289ad526ffff4 (diff)
parent1f4309cec4462ea76a2c7a89fa0aff3d1782e60b (diff)
downloadrust-da6d9fdfa2be8def63e1adeb7fd14c972db9d2bf.tar.gz
rust-da6d9fdfa2be8def63e1adeb7fd14c972db9d2bf.zip
Rollup merge of #135961 - saethlin:skip-less-in-opt-dist, r=jieyouxu
Fix 2/4 tests skipped by opt-dist

The linker errors were because this one test, strangely, wants itself compiled with `-Ctarget-features=+crt-static`, and yet it looks like the runner image is simply missing static libraries for libc and libm.

Eyeballing the output of
```
rustc +nightly --target=x86_64-pc-windows-msvc -O tests/codegen/vec-shrink-panik.rs --emit=llvm-ir
```
suggests that vec-shrink-panik should pass on Windows. And it's quite disturbing that such a test would have failed only on Windows to start with. Exactly why that was would require some advanced digging, but it looks clean now.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/asm.rs')
0 files changed, 0 insertions, 0 deletions