[compiler-rt] d6be927 - Revert "[compiler-rt] Fix tests after 03b84e4f6d0"
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 04:09:03 PST 2019
Author: Jeremy Morse
Date: 2019-11-08T12:07:42Z
New Revision: d6be9273c6035c07b25dd1494f76cd61d523b878
URL: https://github.com/llvm/llvm-project/commit/d6be9273c6035c07b25dd1494f76cd61d523b878
DIFF: https://github.com/llvm/llvm-project/commit/d6be9273c6035c07b25dd1494f76cd61d523b878.diff
LOG: Revert "[compiler-rt] Fix tests after 03b84e4f6d0"
This reverts commit bdeb2724f0aa9c518f94d998d24d8620a1e88727.
(Reverting 03b84e4f6d0, so this must come out as well)
Added:
Modified:
compiler-rt/test/asan/TestCases/default_blacklist.cpp
compiler-rt/test/msan/default_blacklist.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/default_blacklist.cpp b/compiler-rt/test/asan/TestCases/default_blacklist.cpp
index 4de851ae73fe..84c0438f3058 100644
--- a/compiler-rt/test/asan/TestCases/default_blacklist.cpp
+++ b/compiler-rt/test/asan/TestCases/default_blacklist.cpp
@@ -4,4 +4,4 @@
//
// Test that ASan uses the default blacklist from resource directory.
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
-// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
+// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp
index ea67f942a2d0..32cc02257cb0 100644
--- a/compiler-rt/test/msan/default_blacklist.cpp
+++ b/compiler-rt/test/msan/default_blacklist.cpp
@@ -1,3 +1,3 @@
// Test that MSan uses the default blacklist from resource directory.
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
-// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt
+// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
More information about the llvm-commits
mailing list