rust/src/test/run-make-fulldeps/coverage
Rich Kadel 51268d2735 Check for LLVM 11+ when using -Z instrument-coverage
* `rustc` should now compile under LLVM 9 or 10
* Compiler generates an error if `-Z instrument-coverage` is specified
  but LLVM version is less than 11
* Coverage tests that require `-Z instrument-coverage` and run codegen
  should be skipped if LLVM version is less than 11
2020-11-24 11:50:24 -08:00
..
closure.rs
compiletest-ignore-dir
conditions.rs rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
coverage_tools.mk Check for LLVM 11+ when using -Z instrument-coverage 2020-11-24 11:50:24 -08:00
drop_trait.rs
generics.rs
if.rs
if_else.rs
inner_items.rs
lazy_boolean.rs Rust coverage before splitting instrument_coverage.rs 2020-11-05 18:24:12 -08:00
loop_break_value.rs
loops_branches.rs rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
nested_loops.rs Rust coverage before splitting instrument_coverage.rs 2020-11-05 18:24:12 -08:00
partial_eq.rs rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
simple_loop.rs
simple_match.rs
tight_inf_loop.rs rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
try_error_result.rs Added comments on remapping expression IDs, and URL to spanviews 2020-11-05 18:24:16 -08:00
WARNING_KEEP_NAMES_SHORT.txt rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00
while.rs Rust coverage before splitting instrument_coverage.rs 2020-11-05 18:24:12 -08:00
while_early_ret.rs rename some tests to avoid exceeding windows path limits 2020-11-05 18:24:20 -08:00