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

Neil Henning via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 10:11:16 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
----------------
sheredom wrote:

Never knew that existed and haven't used it before. But happy to port over for sure!

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


More information about the cfe-commits mailing list