From d5aedbca7489611ef76c871f46f0f7ba6c6bbfdd Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Tue, 3 Mar 2015 23:36:57 +0000 Subject: [PATCH] Try to unbreak the Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231170 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/PCH/headersearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PCH/headersearch.cpp b/test/PCH/headersearch.cpp index 950b481b74..3d16c33353 100644 --- a/test/PCH/headersearch.cpp +++ b/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 -- 2.50.1