Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks reasonable.
llvm/lib/LTO/LTOBackend.cpp | ||
---|---|---|
257 | auto->Error since you are touching this line. |
llvm/lib/LTO/LTOBackend.cpp | ||
---|---|---|
257 | Could you please elaborate it a bit? |
Comment Actions
LGTM.
llvm/lib/LTO/LTOBackend.cpp | ||
---|---|---|
257 | I think he's saying you should spell explicitly Error Err = .... |
auto->Error since you are touching this line.