================
@@ -0,0 +1,6 @@
+#ifndef IGNORED_PCH_H
+#define IGNORED_PCH_H
+inline int f() {
+ return 42;
+}
+#endif // IGNORED_PCH_H
----------------
MaggieYingYi wrote:Thanks, fixed in https://github.com/MaggieYingYi/llvm-project/commit/71ad57b6e9497ee69fd42735b385bbca06aeede1. https://github.com/llvm/llvm-project/pull/142409 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
