r231170 - Try to unbreak the Windows buildbots.
Filipe Cabecinhas
me at filcab.net
Tue Mar 3 15:36:58 PST 2015
Author: filcab
Date: Tue Mar 3 17:36:57 2015
New Revision: 231170
URL: http://llvm.org/viewvc/llvm-project?rev=231170&view=rev
Log:
Try to unbreak the Windows buildbots.
Modified:
cfe/trunk/test/PCH/headersearch.cpp
Modified: cfe/trunk/test/PCH/headersearch.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/headersearch.cpp?rev=231170&r1=231169&r2=231170&view=diff
==============================================================================
--- cfe/trunk/test/PCH/headersearch.cpp (original)
+++ cfe/trunk/test/PCH/headersearch.cpp Tue Mar 3 17:36:57 2015
@@ -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
More information about the cfe-commits
mailing list