[PATCH] D84707: [DFSan][NewPM] Port DataFlowSanitizer to NewPM
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 21:55:57 PDT 2020
aeubanks marked an inline comment as done.
aeubanks added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h:11
+
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Module.h"
----------------
ychen wrote:
> Is Function.h needed?
Nope, removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84707/new/
https://reviews.llvm.org/D84707
More information about the cfe-commits
mailing list