Lines Matching +full:- +full:isysroot
5 // RUN: rm -rf %t
6 // RUN: mkdir -p %t/usr/include
12 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
13 // RUN: ls -R %t | grep -c "ModA.*pcm" | grep 1
17 // RUN: mkdir -p %t/System/Library/CoreServices
19 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
20 // RUN: ls -R %t | grep -c "ModA.*pcm" | grep 2
24 // RUN: mkdir -p %t/System/Library/CoreServices
26 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
27 // RUN: ls -R %t | grep -c "ModA.*pcm" | grep 3
29 // expected-no-diagnostics