rust/compiler/rustc_codegen_llvm/src/back
Vadim Petrochenkov bf66988aa1 Collapse all uses of target.options.foo into target.foo
with an eye on merging `TargetOptions` into `Target`.

`TargetOptions` as a separate structure is mostly an implementation detail of `Target` construction, all its fields logically belong to `Target` and available from `Target` through `Deref` impls.
2020-11-08 17:29:13 +03:00
..
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
lto.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00