rust/src/librustc_codegen_ssa
bors e7f230dfd2 Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
Don't pass --dynamic-linker for Fuchsia dylibs

This was causing a PT_INTERP header in Fuchsia dylibs (implying that
they're executable when they're not).

r? @Mark-Simulacrum
cc @frobtech @petrhosek
2020-05-17 05:58:54 +00:00
..
back Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum 2020-05-17 05:58:54 +00:00
debuginfo Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
mir Simplify the tcx.alloc_map API 2020-05-08 10:59:08 +02:00
traits Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
base.rs Fix disagreeement about CGU reuse and LTO 2020-05-09 19:30:48 -07:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Remove unused dependencies 2020-04-20 17:59:27 +09:00
common.rs direct imports for langitem stuff 2020-04-02 13:40:43 +02:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Store LLVM bitcode in object files, not compressed 2020-04-29 11:57:26 -07:00
meth.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
mono_item.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
README.md fix rustc-dev-guide url in src/librustc_codegen_ssa 2020-04-10 22:48:34 +08:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.