[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
Thu Jun 12 01:46:04 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,
Could you please let me know whether you are happy with the change?
Thanks,
https://github.com/llvm/llvm-project/pull/143614
More information about the cfe-commits
mailing list