summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/link.rs
AgeCommit message (Expand)AuthorLines
2021-06-10gcc-lld mvp1000teslas-1/+30
2021-06-10Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkovYuki Okushi-9/+42
2021-06-09Make symbols stripping work on MacOS XDavid Calavera-9/+42
2021-06-07Rollup merge of #86025 - bjorn3:no_rpath_cfg_prefix, r=jackh726Yuki Okushi-11/+1
2021-06-07Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkovYuki Okushi-1/+2
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-1/+1
2021-06-06linker: Re-apply Solaris fixes for `-z ignore`Vadim Petrochenkov-5/+10
2021-06-06linker: Restore the old order of linking native librariesVadim Petrochenkov-4/+12
2021-06-06linker: Reorder linker argumentsVadim Petrochenkov-117/+147
2021-06-06linker: Inline `fn link_local_crate_native_libs_and_dependent_crate_libs`Vadim Petrochenkov-57/+38
2021-06-06Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkovYuki Okushi-0/+2
2021-06-06Rollup merge of #85772 - luqmana:ignored-metadata, r=petrochenkovYuki Okushi-3/+6
2021-06-05Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}.Luqman Aden-1/+2
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-6/+61
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+1
2021-06-05Remove get_install_prefix_lib_path completelybjorn3-9/+0
2021-06-05Use sysroot instead of CFG_PREFIX for the rpathbjorn3-3/+2
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-6/+61
2021-06-04rustc: Store metadata-in-rlibs in object filesAlex Crichton-43/+167
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-1/+1
2021-06-01Tweak wasm_base target spec to indicate linker is not GNU and update linker i...Luqman Aden-0/+2
2021-05-27Move metadata objects to before as-needed/zignore flags to make sure they are...Luqman Aden-3/+6
2021-05-23Add BPF targetAlessandro Decina-0/+1
2021-05-22native lib: defer the duplicate check after relevant_lib check.12101111-6/+8
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-6/+1
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-1/+1
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-26/+47
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-6/+1
2021-05-01Deduplicate native libs before they are passed to the linkerChris Denton-0/+8
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-8/+3
2021-04-03rm target specific logic in link_sanitizer_runtimeSimonas Kazlauskas-22/+14
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+2
2021-03-28linker: Use data execution prevention options by default when linker supports...Vadim Petrochenkov-0/+4
2021-03-28linker: Use `--as-needed` by default when linker supports itVadim Petrochenkov-0/+6
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-11Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc...hyd-dev-2/+7
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Rollup merge of #82214 - est31:no_to_string, r=oli-obkDylan DPC-5/+5
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-1/+1
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-0/+1
2021-02-17Remove redundant to_string callsest31-5/+5
2021-02-14Don't fail to remove files if they are missingSimonas Kazlauskas-4/+7
2021-02-07HWASan supportTri Vo-0/+3
2021-01-29Rollup merge of #80215 - visigoth:issue-80202-fix, r=estebankYuki Okushi-2/+7
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-46/+38
2021-01-24Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisaJonas Schievink-7/+21
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-4/+2
2021-01-19Fix sysroot option not being honored across rustcRamon de C Valle-7/+21
2021-01-17Skip linking if it is not requiredMiguel Ojeda-4/+2