rust/src/test/run-make-fulldeps/coverage-llvmir
Felix S. Klock II 03c000eb20 Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than ad-hoc internal solution.
In particular: the specific code to define LLVM_VERSION_11_PLUS here was, for
some reason, using `$(shell ...)` with bash-specific variable replacement code.
On non-bash platforms like dash, that `shell` invocation would fail, and the
LLVM_VERSION_11_PLUS check would always fail, the test would always be ignored,
and thus be treated as a "success" (in the sense that `--bless` would never do
anything).

This was causing me a lot of pain.
2021-02-02 21:53:30 -05:00
..
Makefile Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than ad-hoc internal solution. 2021-02-02 21:53:30 -05:00
filecheck.testprog.txt Removed -base from run-make-fulldeps/coverage-*-base 2020-12-03 09:50:09 -08:00
testprog.rs Removed -base from run-make-fulldeps/coverage-*-base 2020-12-03 09:50:09 -08:00