[clang] [Clang] Support includes translated to module imports in -header-include-filtering=direct-per-file (PR #156756)

Marco Elver via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 8 06:28:06 PDT 2025


================
@@ -21,8 +21,13 @@
 #include "header0.h"
 #include "system2.h"
 
+// RUN: rm %t.txt
----------------
melver wrote:

This test is brittle and in incremental build + test using the cached PCMs in `%t` _after_ a binary change to the PCMs will result in memory corruption and random CI failures. I will send a fix for this.

cc @thurstond 

https://github.com/llvm/llvm-project/pull/156756


More information about the cfe-commits mailing list