================ @@ -665,11 +668,6 @@ void CIRGenFunction::emitStaticVarDecl(const VarDecl &d, var.setAlignment(alignment.getAsAlign().value()); - // There are a lot of attributes that need to be handled here. Until ---------------- ZakyHermawan wrote:
I changed it using reference from the incubator [here](https://github.com/llvm/clangir/blob/main/clang/lib/CIR/CodeGen/CIRGenDecl.cpp#L731). Adding diagnostics for attributes that is not being implemented yet. https://github.com/llvm/llvm-project/pull/184248 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
