Apply suggestions from code review

Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
Rich Kadel 2020-11-24 18:34:10 -08:00 committed by GitHub
parent 51268d2735
commit b5fef37d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ else
-DINSTR_PROF_ORDERFILE='$(DATA_SECTION_PREFIX)__llvm_orderfile'
endif
ifeq ($(LLVM_VERSION_11_PLUS),false)
ifeq ($(LLVM_VERSION_11_PLUS),true)
all: test_llvm_ir
else
$(info Rust option `-Z instrument-coverage` requires LLVM 11 or higher. Test skipped.)