[cfe-commits] r173525 - clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include.
NAKAMURA Takumi
geek4civic at gmail.com
Fri Jan 25 15:17:21 PST 2013
Author: chapuni
Date: Fri Jan 25 17:17:20 2013
New Revision: 173525
URL: http://llvm.org/viewvc/llvm-project?rev=173525&view=rev
Log:
clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include.
You may see such a message on non-posix system;
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/include"
Modified:
cfe/trunk/test/Preprocessor/iwithprefix.c
Modified: cfe/trunk/test/Preprocessor/iwithprefix.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/iwithprefix.c?rev=173525&r1=173524&r2=173525&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/iwithprefix.c (original)
+++ cfe/trunk/test/Preprocessor/iwithprefix.c Fri Jan 25 17:17:20 2013
@@ -10,7 +10,7 @@
// CHECK: #include <...> search starts here:
// CHECK: {{.*}}.tmps/first
-// CHECK: /usr/include
+// CHECK: /lib/clang/{{[.0-9]+}}/include
// CHECK: {{.*}}.tmps/second
// CHECK-NOT: {{.*}}.tmps
More information about the cfe-commits
mailing list