Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Arch/MipsArchTree.cpp | ||
---|---|---|
284 ↗ | (On Diff #119697) | Would it be better to just rename this calcEFlags to match how the other targets are now? |
ELF/Arch/MipsArchTree.cpp | ||
---|---|---|
284 ↗ | (On Diff #119697) | Yes, please just rename it. |
ELF/Arch/MipsArchTree.cpp | ||
---|---|---|
284 ↗ | (On Diff #119697) | Could you elaborate on what needs renaming? Reasons why I left it as is:
I was thinking of merging Mips.cpp and MipsArchTree.cpp into one file, but not sure if it is the right choice (I do not know why it was done this way in the first place). |
Comment Actions
LGTM, but please apply clang-format-diff before committing. Thanks!
ELF/Arch/MipsArchTree.cpp | ||
---|---|---|
284 ↗ | (On Diff #119697) | Ah, got it. I wasn't aware that the function is in another file. I'm fine with the current code. |