rust/compiler/rustc_llvm
Nikita Popov 1d280b012d Don't directly expose coverage::CounterMappingRegion via FFI
The definition of this struct changes in LLVM 12 due to the addition
of branch coverage support. To avoid future mismatches, declare our
own struct and then convert between them.
2021-03-01 23:35:35 +01:00
..
llvm-wrapper Don't directly expose coverage::CounterMappingRegion via FFI 2021-03-01 23:35:35 +01:00
src Update tests for extern block linting 2021-01-13 07:49:16 -05:00
build.rs use strip_prefix over slicing (clippy::manual_strip) 2020-12-11 23:02:17 +01:00
Cargo.toml Update cc crate to understand aarch64-apple-darwin with clang 2020-09-18 09:22:07 -04:00