This commit fixes a typo in the comment and is intended to make sure development flow works
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp | ||
|---|---|---|
| 1 | Might be useful to install clang-format on your development machine for future patches. | |
Comment Actions
Awesome! It's great to see your first path, George! :) I'll land this.
| mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp | ||
|---|---|---|
| 1 | +1. Also you can run git clang-format to format the code. | |
Might be useful to install clang-format on your development machine for future patches.