[llvm] [llvm/IR] Fix module build issue following e57308b063bb (NFC) (PR #94580)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 23:21:17 PDT 2024
================
@@ -20,6 +20,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/ConstantFold.h"
#include "llvm/IR/Constants.h"
+#include "llvm/IR/GEPNoWrapFlags.h"
----------------
nikic wrote:
Is this include needed? It pulls in IRBuilderFolder.h on the line directly below, so should get it transitively.
https://github.com/llvm/llvm-project/pull/94580
More information about the llvm-commits
mailing list