[llvm] llvm: Replace forward declaration with include (PR #171848)

Jan Svoboda via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 08:33:28 PST 2025


jansvoboda11 wrote:

Your error message doesn't show which `.cpp` file the error originates in, but typically the `.cpp` file that includes `"llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h‎"` is expected to also include `"llvm/Support/VirtualFileSystem.h"` rather than doing that in the header itself.

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


More information about the llvm-commits mailing list