[PATCH] D131518: Make opt-viewer more usable by general developers - part 1/N
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 14 09:04:39 PDT 2022
fhahn added a comment.
I think the pre-commit tests are failing because `llvm/tools/opt-viewer/cpp_optimization_example/main.cc` doesn't meet the LLVM style guide and needs re-formatting with clang-format. In the LLVM codebase we also usually use `.cpp` instead of `.cc` as file extension.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131518/new/
https://reviews.llvm.org/D131518
More information about the llvm-commits
mailing list