summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-05-08 00:29:21 +0000
committerRichard Trieu <rtrieu@google.com>2018-05-08 00:29:21 +0000
commitfb00bde419b4dd51de5b3b15ade3ef1cdc481ddc (patch)
tree9ea5f0ef4d7090131a44bcd2c6544eaa2f6d164f /clang/test
parent25d8e68b87c1794580d2c1577fd8382b6be34e08 (diff)
downloadbcm5719-llvm-fb00bde419b4dd51de5b3b15ade3ef1cdc481ddc.tar.gz
bcm5719-llvm-fb00bde419b4dd51de5b3b15ade3ef1cdc481ddc.zip
Move test input file into same directory as test. NFC
llvm-svn: 331706
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt (renamed from clang/test/Driver/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt)0
-rw-r--r--clang/test/Frontend/dependency-gen.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt b/clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
index e69de29bb2d..e69de29bb2d 100644
--- a/clang/test/Driver/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
+++ b/clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
diff --git a/clang/test/Frontend/dependency-gen.c b/clang/test/Frontend/dependency-gen.c
index 5ae88219ac1..cd222c5dfd9 100644
--- a/clang/test/Frontend/dependency-gen.c
+++ b/clang/test/Frontend/dependency-gen.c
@@ -21,7 +21,7 @@
// RUN: %clang -MD -MF - %s -fsyntax-only -I ./ | FileCheck -check-prefix=CHECK-SIX %s
// CHECK-SIX: {{ }}x.h
// RUN: echo "fun:foo" > %t.blacklist
-// RUN: %clang -MD -MF - %s -fsyntax-only -resource-dir=%S/../Driver/Inputs/resource_dir_with_cfi_blacklist -fsanitize=cfi-vcall -flto -fvisibility=hidden -fsanitize-blacklist=%t.blacklist -I ./ | FileCheck -check-prefix=CHECK-SEVEN %s
+// 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.blacklist -I ./ | FileCheck -check-prefix=CHECK-SEVEN %s
// CHECK-SEVEN: .blacklist
// CHECK-SEVEN: {{ }}x.h
#ifndef INCLUDE_FLAG_TEST
OpenPOWER on IntegriCloud