SanitizerCoverage.h - fix implicit VirtualFileSystem.h dependency. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 11:07:21 +0000 (12:07 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 11:11:51 +0000 (12:11 +0100)
Was relying on other headers to define vfs::getRealFileSystem() for use in inline functions

llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h

index b2edfe1..999086a 100644 (file)
@@ -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 {