rust/compiler/rustc_codegen_ssa/src
bors a24a020e6d Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa
The illumos linker does not support --strip-debug

When building and testing rust 1.64.0 on illumos, we saw a large number of failing tests associated with:

```
   = note: ld: fatal: unrecognized option '--strip-debug'
           ld: fatal: use the -z help option for usage information
           collect2: error: ld returned 1 exit status
```

The illumos linker does not support the `--strip-debug` option (although it does support `--strip-all`).
2022-10-18 16:32:41 +00:00
..
back Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa 2022-10-18 16:32:41 +00:00
coverageinfo
debuginfo Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. 2022-08-12 10:53:07 +02:00
mir Allow dyn* upcasting 2022-10-14 04:43:56 +00:00
traits Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
base.rs Address nits, add test for implicit dyn-star coercion without feature gate 2022-10-14 05:47:09 +00:00
common.rs
errors.rs ADD - implement IntoDiagnostic for thorin::Error wrapper 2022-10-07 10:03:45 -04:00
glue.rs use unchecked mul to compute slice sizes 2022-06-14 17:09:07 -04:00
lib.rs ADD - initial port of link.rs 2022-10-07 10:03:45 -04:00
meth.rs Call destructors when dyn* object goes out of scope 2022-09-12 16:55:57 -07:00
mono_item.rs
target_features.rs Sort target features alphabetically 2022-10-14 22:01:18 +02:00