rust/compiler/rustc_llvm
Augie Fackler fc2a74c640 RustWrapper: work around unification of diagnostic handlers
This lets me build against llvm/main as of March 23rd, 2021. I'm not
entirely sure this is _correct_, but it appears to be functionally
identical to what was done in LLVM: existing callsites of
setInlineAsmDiagnosticHandler were moved to SetDiagnosticHandler() on
the context object, which we already set up in both places that we
called setInlineAsmDiagnosticHandler().
2021-04-22 15:46:47 -04:00
..
llvm-wrapper RustWrapper: work around unification of diagnostic handlers 2021-04-22 15:46:47 -04:00
src All supported LLVM versions have MSP430AsmPrinter 2021-03-22 12:44:48 -07:00
build.rs All supported LLVM versions have MSP430AsmPrinter 2021-03-22 12:44:48 -07:00
Cargo.toml Update cc crate to understand aarch64-apple-darwin with clang 2020-09-18 09:22:07 -04:00