[flang-commits] [flang] [llvm] [CodeGen] Take the executable stack from a module flag (PR #215152)

Sairudra More via flang-commits flang-commits at lists.llvm.org
Sun Aug 9 21:24:41 PDT 2026


================
@@ -16,6 +16,7 @@
 #include "flang/Optimizer/Dialect/Support/FIRContext.h"
 #include "flang/Optimizer/Support/FatalError.h"
 #include "flang/Optimizer/Support/InternalNames.h"
+#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
----------------
Saieiei wrote:

nit: Please directly include `llvm/ADT/STLExtras.h` for `llvm::is_contained` rather than relying on a transitive include.

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


More information about the flang-commits mailing list