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

Neil Henning via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 07:18:59 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:

Done!

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


More information about the cfe-commits mailing list