[compiler-rt] 99e2cba - Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
Jan Korous via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 14:28:50 PST 2019
Author: Jan Korous
Date: 2019-11-08T14:28:32-08:00
New Revision: 99e2cba219aea80b3f11de2aa4e0192b28852de4
URL: https://github.com/llvm/llvm-project/commit/99e2cba219aea80b3f11de2aa4e0192b28852de4
DIFF: https://github.com/llvm/llvm-project/commit/99e2cba219aea80b3f11de2aa4e0192b28852de4.diff
LOG: Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
This reverts commit d6be9273c6035c07b25dd1494f76cd61d523b878.
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 84c0438f3058..4de851ae73fe 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-blacklist={{.*}}asan_blacklist.txt
+// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp
index 32cc02257cb0..ea67f942a2d0 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-blacklist={{.*}}msan_blacklist.txt
+// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt
More information about the llvm-commits
mailing list