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 | Remove else as the last if ends with return. | |
lib/Target/AArch64/AArch64MCInstLower.h | ||
46 | Fix indentation | |
lib/Target/AArch64/AArch64TargetMachine.cpp | ||
170 | Ditto | |
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp | ||
50–51 | 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 | Sort alphabetically. | |
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp | ||
23 | Is this the correct indentation? Please use clang-format-diff on your patch so that we don't need to worry about formatting. |
Sort alphabetically.