Files
rust/compiler/rustc_codegen_llvm/src
Jubilee Young 45d61b0d26 cg_llvm: Reuse LLVM-C Comdat support
Migrate `llvm::set_comdat` and `llvm::SetUniqueComdat` to LLVM-C FFI.

Note, now we can call `llvm::set_comdat` only when the target actually
supports adding comdat. As this has no convenient LLVM-C API, we
implement this as `TargetOptions::supports_comdat`.

Co-authored-by: Stuart Cook <Zalathar@users.noreply.github.com>
2024-10-19 10:46:10 -07:00
..
2024-09-26 20:33:26 -07:00
2024-10-19 10:46:10 -07:00
2024-10-14 06:04:07 +09:00
2024-09-26 20:33:26 -07:00
2024-09-19 09:39:28 +08:00