[clang] Reland: "[Frontend][PCH]-Add support for ignoring PCH options (-ignore-pch). (#142409)" (PR #143614)
Ying Yi via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 16 01:00:17 PDT 2025
================
@@ -0,0 +1,19 @@
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
+
+// Create PCH without -ignore-pch.
+// RUN: %clang -x c++-header %S/../Modules/Inputs/codegen-flags/foo.h -### 2>&1 | FileCheck %s -check-prefix=CHECK-EMIT-PCH
----------------
MaggieYingYi wrote:
Hi @MaskRay,
Assuming you are happy with the change. I will commit the change later today if I haven't received any further comments.
Thanks,
https://github.com/llvm/llvm-project/pull/143614
More information about the cfe-commits
mailing list