brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 4602ad0 Raw
7 lines · c
1// RUN: rm -rf %t && mkdir -p %t/a %t/b2 3// RUN: %clang_cc1 -triple x86_64-apple-macos11 -emit-pch %s -o %t/a/t1.pch4// RUN: %clang_cc1 -triple x86_64-apple-macos11 -emit-pch %s -o %t/b/t2.pch5 6// RUN: diff %t/a/t1.pch %t/b/t2.pch7