[compiler-rt] d884eb2 - [test] Remove -fsanitize-coverage-whitelist=

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 10:25:48 PDT 2022


Author: Fangrui Song
Date: 2022-08-02T10:25:44-07:00
New Revision: d884eb2bcef67106c6317b26a5678488d6981e31

URL: https://github.com/llvm/llvm-project/commit/d884eb2bcef67106c6317b26a5678488d6981e31
DIFF: https://github.com/llvm/llvm-project/commit/d884eb2bcef67106c6317b26a5678488d6981e31.diff

LOG: [test] Remove -fsanitize-coverage-whitelist=

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
index 15b16b12cc623..9776585ed4966 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
@@ -79,9 +79,6 @@
 // RUN: %clangxx -O0 %s -S -o - -emit-llvm -Xclang -no-opaque-pointers -fsanitize-coverage=inline-8bit-counters,indirect-calls,trace-cmp,pc-table -fsanitize-coverage-allowlist=al_foo.txt  -fsanitize-coverage-ignorelist=bl_bar.txt   2>&1 |     grep -f patterns.txt | count 9
 // RUN: %clangxx -O0 %s -S -o - -emit-llvm -Xclang -no-opaque-pointers -fsanitize-coverage=inline-8bit-counters,indirect-calls,trace-cmp,pc-table -fsanitize-coverage-allowlist=al_bar.txt  -fsanitize-coverage-ignorelist=bl_bar.txt   2>&1 | not grep -f patterns.txt
 
-/// The options below are deprecated and will be removed.
-// RUN: %clangxx -O0 %s -S -o - -emit-llvm -Xclang -no-opaque-pointers -fsanitize-coverage=inline-8bit-counters,indirect-calls,trace-cmp,pc-table -fsanitize-coverage-whitelist=al_bar.txt  -fsanitize-coverage-ignorelist=bl_bar.txt   2>&1 | not grep -f patterns.txt
-
 // RUN: cd -
 // RUN: rm -rf $DIR
 


        


More information about the llvm-commits mailing list