about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/windows_gnullvm_base.rs
AgeCommit message (Collapse)AuthorLines
2023-11-08target: move base specs to spec/baseDavid Wood-47/+0
Signed-off-by: David Wood <david@davidtw.co>
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-0/+1
2022-11-06fix debuginfo for windows_gnullvm_base.rsjeremyd2019-2/+6
These lines (including the FIXME comment) were added to windows_gnu_base.rs in cf2c492ef8c87c049b4e3a62f43c841aafc88cba but windows_gnullvm_base.rs was not updated. This resulted in an error `LLVM ERROR: dwo only supported with ELF and Wasm` attempting to build on aarch64-pc-windows-gnullvm. Signed-off-by: Jeremy Drake <github@jdrake.com>
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-4/+6
In accordance with the design from https://github.com/rust-lang/rust/pull/96827#issuecomment-1208441595
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+0
Also change `executables` to true for linux-kernel and windows-uwp-gnu targets
2022-06-25rustc_target: Add convenience functions for adding linker argumentsVadim Petrochenkov-22/+11
They ensure that lld and non-lld linker flavors get the same set of arguments
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-0/+52