summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/metadata.rs
AgeCommit message (Collapse)AuthorLines
2021-02-25fix reviewklensy-1/+1
2021-02-24replaced some map_or with map_or_elseklensy-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
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-08-30mv compiler to compiler/mark-0/+112