rust/compiler/rustc_codegen_llvm/src/back
Nikita Popov be01f42f73 Enable new pass manager on LLVM 13
The new pass manager is enabled by default in clang since
Clang/LLVM 13. While the discussion about this is still ongoing
(https://lists.llvm.org/pipermail/llvm-dev/2021-August/152305.html)
it's expected that support for the legacy pass manager will be
dropped either in LLVM 14 or 15.

This switches us to use the new pass manager if LLVM >= 13 is used.
2021-09-25 11:24:23 +02:00
..
archive.rs Move add_rlib and add_native_library to cg_ssa 2021-09-01 14:43:27 +02:00
lto.rs Work around invalid DWARF bugs for fat LTO 2021-09-17 23:19:38 +08:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Enable new pass manager on LLVM 13 2021-09-25 11:24:23 +02:00