Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I was not able to load this patch onto my system. Does something need to be merged? I got the following message:
This diff is against commit 793ef93e8049dd8217f3f90881c7395e691c4226, but the commit is nowhere in the working copy. Try to apply it against the current working copy state? (b05c71814c3b9f91a2e00af891d67a83790a109c)
Comment Actions
You probably just need to remove line 3016 from CodeGen.cpp.
flang/lib/Optimizer/CodeGen/CodeGen.cpp | ||
---|---|---|
3015–3016 | I get a warning on this line because eleTy is not used anywhere, and the build options turn warnings into errors. |
Comment Actions
Remove unused variable
flang/lib/Optimizer/CodeGen/CodeGen.cpp | ||
---|---|---|
3015–3016 | Makes sense. Some buildbot have that as well. Will remove it. |
I get a warning on this line because eleTy is not used anywhere, and the build options turn warnings into errors.