Priyanshu3820 wrote:

> > @andykaylor, the CI checks are failing and the build log is saying this-
> > `/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:117:11:
> >  error: enumeration value 'DeferStmtClass' not handled in switch 
> > [-Werror,-Wswitch] 117 | switch (s->getStmtClass()) { | ^~~~~~~~~~~~~~~~~ 1 
> > error generated. ninja: build stopped: cannot make progress due to previous 
> > errors.`
> > Neither did I edit this file nor does it contain `DeferStmtClass` in my 
> > local build. I rebased but still it's not there. I don't understand why is 
> > it happening.
> 
> `DeferStmtClass` was added by a change unrelated to CIR and since the CIR 
> build is disabled by default, this issue wasn't caught in CI or by the 
> buildbots. @badumbatish has fixed it here: #171773. If you rebase your PR, 
> the CIR checks should work.

Yes, they worked this time.
And thanks for handling this @badumbatish 

https://github.com/llvm/llvm-project/pull/171615
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to