summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-02-15 05:09:38 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-02-15 05:09:38 +0000
commit228f28ca4f8072a6e161f010905ee129077eeffa (patch)
tree1744ba2a118589a20b0be5ba6cbed7363ed2ca07
parent8b5e46a1595790fa37c1cc7869d2cff8f5766a22 (diff)
downloadbcm5719-llvm-228f28ca4f8072a6e161f010905ee129077eeffa.tar.gz
bcm5719-llvm-228f28ca4f8072a6e161f010905ee129077eeffa.zip
Move test inputs into the Inputs directory (improvement/fix to r201419)
llvm-svn: 201458
-rw-r--r--clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h (renamed from clang/test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h)0
-rw-r--r--clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap (renamed from clang/test/Preprocessor/headermap-rel/foo.hmap)bin804 -> 804 bytes
-rw-r--r--clang/test/Preprocessor/headermap-rel.c (renamed from clang/test/Preprocessor/headermap-rel/headermap-rel.c)2
3 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h b/clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h
index 04ffb5a488f..04ffb5a488f 100644
--- a/clang/test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h
+++ b/clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h
diff --git a/clang/test/Preprocessor/headermap-rel/foo.hmap b/clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap
index 783c64e67bb..783c64e67bb 100644
--- a/clang/test/Preprocessor/headermap-rel/foo.hmap
+++ b/clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap
Binary files differ
diff --git a/clang/test/Preprocessor/headermap-rel/headermap-rel.c b/clang/test/Preprocessor/headermap-rel.c
index 361918d99fd..a3b11218d57 100644
--- a/clang/test/Preprocessor/headermap-rel/headermap-rel.c
+++ b/clang/test/Preprocessor/headermap-rel.c
@@ -2,7 +2,7 @@
// This uses a headermap with this entry:
// Foo.h -> Foo/Foo.h
-// RUN: %clang_cc1 -E %s -o %t.i -I %S/foo.hmap -F %S
+// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel
// RUN: FileCheck %s -input-file %t.i
// CHECK: Foo.h is parsed
OpenPOWER on IntegriCloud