blob: f19fdf6570c77c57393d994471c5b933a0ea5052 [file] [log] [blame]
// 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 -fpcm-output-path-independent
// RUN: %clang_cc1 -triple x86_64-apple-macos11 -emit-pch %s -o %t/b/t2.pch -fpcm-output-path-independent
// RUN: diff %t/a/t1.pch %t/b/t2.pch