bolt/deps/llvm-18.1.8/clang/test/PCH/pch-output-path-independent.c

7 lines
231 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: rm -rf %t && mkdir -p %t/a %t/b
// RUN: %clang_cc1 -triple x86_64-apple-macos11 -emit-pch %s -o %t/a/t1.pch
// RUN: %clang_cc1 -triple x86_64-apple-macos11 -emit-pch %s -o %t/b/t2.pch
// RUN: diff %t/a/t1.pch %t/b/t2.pch