rust/compiler/rustc_llvm
Augie Fackler c4e6185385 PassWrapper: adapt for LLVM 14 changes
These API changes appear to have all taken place in
https://reviews.llvm.org/D105007, which moved HWAddressSanitizerPass and
AddressSanitizerPass to only accept their options type as a ctor
argument instead of the sequence of bools etc. This required a couple of
parameter additions, which I made match the default prior to the
mentioned upstream LLVM change.

This patch restores rustc to building (though not quite passing all
tests, I've mailed other patches for those issues) against LLVM HEAD.
2021-08-19 12:44:54 -04:00
..
llvm-wrapper PassWrapper: adapt for LLVM 14 changes 2021-08-19 12:44:54 -04:00
src Add BPF target 2021-05-23 18:03:27 +10:00
build.rs Cross compiling rustc_llvm on Darwin requires zlib. 2021-06-26 07:29:57 -07:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00