From: Simon Pilgrim Date: Tue, 23 Jun 2020 11:07:21 +0000 (+0100) Subject: SanitizerCoverage.h - fix implicit VirtualFileSystem.h dependency. NFC. X-Git-Tag: llvmorg-12-init~2248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb99a09d7827fcb0384814f5580e1d91aa1a4c5c;p=platform%2Fupstream%2Fllvm.git SanitizerCoverage.h - fix implicit VirtualFileSystem.h dependency. NFC. Was relying on other headers to define vfs::getRealFileSystem() for use in inline functions --- diff --git a/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h b/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h index b2edfe1..999086a 100644 --- a/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +++ b/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h @@ -19,6 +19,7 @@ #include "llvm/IR/Module.h" #include "llvm/IR/PassManager.h" #include "llvm/Support/SpecialCaseList.h" +#include "llvm/Support/VirtualFileSystem.h" #include "llvm/Transforms/Instrumentation.h" namespace llvm {