[clang] Make PCH's respect any VFS specified. (PR #106577)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 08:46:42 PDT 2024


================
@@ -0,0 +1,26 @@
+// RUN: rm -rf %t
+// RUN: mkdir -p %t/From
+// RUN: mkdir -p %t/To
+// RUN: echo '#pragma once' > %t/From/B.h
----------------
jansvoboda11 wrote:

Could you rewrite the test using `split-file`? That is much easier to read.

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


More information about the cfe-commits mailing list