]> granicus.if.org Git - clang/commitdiff
Move test input file into same directory as test. NFC
authorRichard Trieu <rtrieu@google.com>
Tue, 8 May 2018 00:29:21 +0000 (00:29 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 8 May 2018 00:29:21 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331706 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt [moved from test/Driver/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt with 100% similarity]
test/Frontend/dependency-gen.c

index 5ae88219ac15136e00f1fb78d636e11a37be5e3c..cd222c5dfd9a13d6568e5998de26e7d5d1d96998 100644 (file)
@@ -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