summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2019-11-08 13:55:00 -0800
committerJan Korous <jkorous@apple.com>2019-11-08 13:55:00 -0800
commitcae4a28864f4e8a55920e2b94e2cd43617902dec (patch)
treedde9c7aeb84a866efbf078d8bc5cc5f259a36ceb /clang/test/Frontend
parent6d28588cc0f223cc06fc103493b1f16cb7e579f8 (diff)
downloadbcm5719-llvm-cae4a28864f4e8a55920e2b94e2cd43617902dec.tar.gz
bcm5719-llvm-cae4a28864f4e8a55920e2b94e2cd43617902dec.zip
Reland "[clang] Report sanitizer blacklist as a dependency in cc1"
This reverts commit 3182027282c59c51d5080d83365917fccd695854.
Diffstat (limited to 'clang/test/Frontend')
-rw-r--r--clang/test/Frontend/dependency-gen.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/clang/test/Frontend/dependency-gen.c b/clang/test/Frontend/dependency-gen.c
index 1db9b04c1d9..963419cb118 100644
--- a/clang/test/Frontend/dependency-gen.c
+++ b/clang/test/Frontend/dependency-gen.c
@@ -27,20 +27,3 @@
#ifndef INCLUDE_FLAG_TEST
#include <x.h>
#endif
-
-// RUN: echo "fun:foo" > %t.blacklist1
-// RUN: echo "fun:foo" > %t.blacklist2
-// RUN: %clang -MD -MF - %s -fsyntax-only -resource-dir=%S/Inputs/resource_dir_with_cfi_blacklist -fsanitize=cfi-vcall -flto -fvisibility=hidden -fsanitize-blacklist=%t.blacklist1 -fsanitize-blacklist=%t.blacklist2 -I ./ | FileCheck -check-prefix=TWO-BLACK-LISTS %s
-// TWO-BLACK-LISTS: dependency-gen.o:
-// TWO-BLACK-LISTS-DAG: blacklist1
-// TWO-BLACK-LISTS-DAG: blacklist2
-// TWO-BLACK-LISTS-DAG: x.h
-// TWO-BLACK-LISTS-DAG: dependency-gen.c
-
-// RUN: %clang -MD -MF - %s -fsyntax-only -resource-dir=%S/Inputs/resource_dir_with_cfi_blacklist -fsanitize=cfi-vcall -flto -fvisibility=hidden -I ./ | FileCheck -check-prefix=USER-AND-SYS-DEPS %s
-// USER-AND-SYS-DEPS: dependency-gen.o:
-// USER-AND-SYS-DEPS-DAG: cfi_blacklist.txt
-
-// RUN: %clang -MMD -MF - %s -fsyntax-only -resource-dir=%S/Inputs/resource_dir_with_cfi_blacklist -fsanitize=cfi-vcall -flto -fvisibility=hidden -I ./ | FileCheck -check-prefix=ONLY-USER-DEPS %s
-// ONLY-USER-DEPS: dependency-gen.o:
-// NOT-ONLY-USER-DEPS: cfi_blacklist.txt \ No newline at end of file
OpenPOWER on IntegriCloud