rust/compiler/rustc_codegen_llvm/src/back
Augie Fackler 6e5566cf03 lto: load bitcode sections by name
Upstream change
llvm/llvm-project@6b539f5eb8 changed
`isSectionBitcode` works and it now only respects `.llvm.lto` sections
instead of also `.llvmbc`, which it says was never intended to be used
for LTO. We instead load sections by name, and sniff for raw bitcode by
hand.

r? @nikic
@rustbot label: +llvm-main
2023-09-07 09:48:50 -04:00
..
archive.rs remove unnecessary heap allocation 2023-09-01 05:22:22 +03:00
lto.rs lto: load bitcode sections by name 2023-09-07 09:48:50 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs lto: load bitcode sections by name 2023-09-07 09:48:50 -04:00