[llvm] d386c40 - test/llvm-cov: Regenerate mcdc-maxbs.o w/o zlib (#78963)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 02:14:19 PST 2024
Author: NAKAMURA Takumi
Date: 2024-01-23T19:13:15+09:00
New Revision: d386c40b23798d6b80de5fea61b541dc8cbae36c
URL: https://github.com/llvm/llvm-project/commit/d386c40b23798d6b80de5fea61b541dc8cbae36c
DIFF: https://github.com/llvm/llvm-project/commit/d386c40b23798d6b80de5fea61b541dc8cbae36c.diff
LOG: test/llvm-cov: Regenerate mcdc-maxbs.o w/o zlib (#78963)
Added:
Modified:
llvm/test/tools/llvm-cov/Inputs/mcdc-maxbs.o
llvm/test/tools/llvm-cov/mcdc-maxbs.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-cov/Inputs/mcdc-maxbs.o b/llvm/test/tools/llvm-cov/Inputs/mcdc-maxbs.o
index 269902224ccae9c..8e592cf6563da92 100644
Binary files a/llvm/test/tools/llvm-cov/Inputs/mcdc-maxbs.o and b/llvm/test/tools/llvm-cov/Inputs/mcdc-maxbs.o
diff er
diff --git a/llvm/test/tools/llvm-cov/mcdc-maxbs.test b/llvm/test/tools/llvm-cov/mcdc-maxbs.test
index ad5bc828529cee3..bbb5fb8b6059aef 100644
--- a/llvm/test/tools/llvm-cov/mcdc-maxbs.test
+++ b/llvm/test/tools/llvm-cov/mcdc-maxbs.test
@@ -33,6 +33,7 @@
cd %S/Inputs # or copy %S/Inputs/mcdc-maxbs.c into the working directory
clang -O3 -fcoverage-mcdc -fprofile-instr-generate \
-fcoverage-mapping -fcoverage-compilation-dir=. \
+ -mllvm -enable-name-compression=false \
mcdc-maxbs.c -c -o mcdc-maxbs.o
# Instructions for regenerating the test vector:
More information about the llvm-commits
mailing list