rust/compiler/rustc_llvm
Jacob Bramley e02e9582d2 Use error-on-mismatch policy for PAuth module flags.
This agrees with Clang, and avoids an error when using LTO with mixed
C/Rust. LLVM considers different behaviour flags to be a mismatch,
even when the flag value itself is the same.

This also makes the flag setting explicit for all uses of
LLVMRustAddModuleFlag.
2022-01-24 16:50:10 +00:00
..
llvm-wrapper Use error-on-mismatch policy for PAuth module flags. 2022-01-24 16:50:10 +00:00
src Repace use of static_nobundle with native_link_modifiers 2021-10-23 15:51:22 +02:00
build.rs Explain why libatomic is not needed on FreeBSD riscv64 2021-12-03 18:49:42 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00