[cfe-commits] r149626 - /cfe/trunk/test/Modules/cstd.m
    Douglas Gregor 
    dgregor at apple.com
       
    Thu Feb  2 11:35:15 PST 2012
    
    
  
Author: dgregor
Date: Thu Feb  2 13:35:15 2012
New Revision: 149626
URL: http://llvm.org/viewvc/llvm-project?rev=149626&view=rev
Log:
Use -isystem rather than relying on -isysroot to work consistently
Modified:
    cfe/trunk/test/Modules/cstd.m
Modified: cfe/trunk/test/Modules/cstd.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/cstd.m?rev=149626&r1=149625&r2=149626&view=diff
==============================================================================
--- cfe/trunk/test/Modules/cstd.m (original)
+++ cfe/trunk/test/Modules/cstd.m Thu Feb  2 13:35:15 2012
@@ -1,5 +1,5 @@
 // RUN: rm -rf %t
-// RUN: %clang -fsyntax-only -v -isysroot %S/Inputs/System -fmodules -fmodule-cache-path %t -D__need_wint_t -Werror=implicit-function-declaration %s
+// RUN: %clang -fsyntax-only -isystem %S/Inputs/System/usr/include -fmodules -fmodule-cache-path %t -D__need_wint_t -Werror=implicit-function-declaration %s
 
 // Supplied by compiler, but referenced from the "/usr/include" module map.
 @import cstd.float_constants;
    
    
More information about the cfe-commits
mailing list