1
Fork 0
rust/compiler/rustc_codegen_llvm/src/debuginfo
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
..
create_scope_map.rs rustc_codegen_llvm: add support for inlined function debuginfo. 2020-10-21 04:43:57 +03:00
doc.rs rustc_codegen_llvm: create DIFiles from just SourceFiles. 2020-10-21 04:43:56 +03:00
gdb.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
metadata.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
mod.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
namespace.rs Address review comment 2020-09-25 22:48:44 +01:00
utils.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00