[llvm] [clang] [clang, SystemZ] Pass HasDef flag to getMinGlobalAlign(). (PR #73511)
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 9 13:28:14 PST 2024
================
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "SystemZ.h"
+#include "clang/AST/Decl.h"
----------------
chapuni wrote:
I think we should not depend on `clangAST` here.
https://github.com/llvm/llvm-project/pull/73511
More information about the cfe-commits
mailing list