rust/compiler/rustc_llvm
Josh Stone 10b69dde3f debuginfo: split method declaration and definition
When we're adding a method to a type DIE, we only want a DW_AT_declaration
there, because LLVM LTO can't unify type definitions when a child DIE is a
full subprogram definition. Now the subprogram definition gets added at the
CU level with a specification link back to the abstract declaration.
2023-05-03 15:52:31 -07:00
..
llvm-wrapper debuginfo: split method declaration and definition 2023-05-03 15:52:31 -07:00
src Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser 2023-04-11 20:28:45 -07:00
build.rs Enable loongarch64 LLVM target 2023-04-04 17:05:08 +08:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00