Lines Matching refs:root
5 # RUN: rm -rf %t.root
9 # Create a temporary root we can remove later.
10 # RUN: mkdir -p %t.root
13 # RUN: cp %S/Inputs/main.cpp %t.root
14 # RUN: cp %S/Inputs/Foo.h %t.root
15 # RUN: cp %S/Inputs/Bar.h %t.root
16 # RUN: cp %S/Inputs/module.modulemap %t.root
18 # Compile the test case form the temporary root.
19 # RUN: %clang_host %t.root/main.cpp -g -fmodules -fcxx-modules -fmodules-cache-path=%t.clang-cache …
22 …ldb-cache' -s %S/Inputs/ModuleCXX.in --capture --capture-path %t.repro %t.root/a.out | FileCheck %…
30 # Remove the temporary root.
31 # RUN: rm -rf %t.root