summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2015-03-03 23:36:57 +0000
committerFilipe Cabecinhas <me@filcab.net>2015-03-03 23:36:57 +0000
commit7bd441d7fcd56b79745a43dc9e7000e1b98d8015 (patch)
treec08c70b1effe7cc79ecdff0f8e28480d35fdbd57 /clang
parent90aff47cb76fb606cf1c94cdd51fc625197f1865 (diff)
downloadbcm5719-llvm-7bd441d7fcd56b79745a43dc9e7000e1b98d8015.tar.gz
bcm5719-llvm-7bd441d7fcd56b79745a43dc9e7000e1b98d8015.zip
Try to unbreak the Windows buildbots.
llvm-svn: 231170
Diffstat (limited to 'clang')
-rw-r--r--clang/test/PCH/headersearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/headersearch.cpp b/clang/test/PCH/headersearch.cpp
index 950b481b749..3d16c333534 100644
--- a/clang/test/PCH/headersearch.cpp
+++ b/clang/test/PCH/headersearch.cpp
@@ -19,7 +19,7 @@
// Generate the PCH:
// RUN: cd %t_orig && %clang_cc1 -triple %itanium_abi_triple -x c++ -emit-pch -o all.h.pch -Isub2 all.h
-// RUN: cp -pR %t_orig %t_moved
+// RUN: cp -R %t_orig %t_moved
// Check diagnostic with location in original source:
// RUN: %clang_cc1 -triple %itanium_abi_triple -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr
OpenPOWER on IntegriCloud