[clang] [llvm] [mlir] [polly] [llvm] Forward declare VirtualFileSystem (PR #211761)
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 28 07:56:07 PDT 2026
compnerd wrote:
I'm not sure that this is a pattern we should adopt. @AaronBallman yes this is a compile time optimization only (LLVM's preference for forward declarations to avoid processing the header). I wonder if we can get away with `extern template` here for the benefit.
https://github.com/llvm/llvm-project/pull/211761
More information about the cfe-commits
mailing list