rust/compiler
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
..
2022-01-17 17:20:57 +00:00
2022-01-12 16:09:01 +01:00
2022-01-13 03:57:44 +00:00
2022-01-15 01:16:55 +00:00