This is the llvm part of the initial implementation to support Windows ARM64 COFF format.
I will gradually add more functionality in subsequent patches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AArch64/AArch64MCInstLower.cpp | ||
---|---|---|
168 ↗ | (On Diff #104246) | Remove else as the last if ends with return. |
lib/Target/AArch64/AArch64MCInstLower.h | ||
46 ↗ | (On Diff #104246) | Fix indentation |
lib/Target/AArch64/AArch64TargetMachine.cpp | ||
170 ↗ | (On Diff #104246) | Ditto |
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp | ||
50–51 ↗ | (On Diff #104246) | For now, remove switch and default. |
Comment Actions
I'm no expert of this code, but as Saleem has already LGTMed, I think you can go ahead to submit.
lib/Object/COFFObjectFile.cpp | ||
---|---|---|
1221 ↗ | (On Diff #104309) | Sort alphabetically. |
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp | ||
22 ↗ | (On Diff #104309) | Is this the correct indentation? Please use clang-format-diff on your patch so that we don't need to worry about formatting. |