[clang] [llvm] [clang, SystemZ] Pass HasDef flag to getMinGlobalAlign(). (PR #73511)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 16:31:24 PST 2024
================
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "SystemZ.h"
+#include "clang/AST/Decl.h"
----------------
JonPsson1 wrote:
Ah, one more #include to remove that I missed - thanks :)
https://github.com/llvm/llvm-project/pull/73511
More information about the llvm-commits
mailing list