[clang] [llvm] [Sanitizer] Make sanitizer passes idempotent (PR #99439)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 07:22:31 PDT 2024


================
@@ -19,6 +19,7 @@
 #include "llvm/IR/Function.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/Instruction.h"
+#include "llvm/IR/Module.h"
----------------
nikic wrote:

Should be a forward-declare.

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


More information about the cfe-commits mailing list