[PATCH] D148517: [llvm-lib] [llvm-readobj] [llvm-cvtres] Add Support for ARM64X object files.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 15:14:33 PDT 2023


jacek updated this revision to Diff 514434.
jacek added a comment.

Thanks for the review. I updated the patch with the helper renamed to isAnyArm64. I also included use of isArm64EC in libDriverMain (I think I lost it in rebase). I have a bit more use of it in my queue, but nothing substantial, so I may remove it if you prefer.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148517/new/

https://reviews.llvm.org/D148517

Files:
  llvm/include/llvm/BinaryFormat/COFF.h
  llvm/lib/BinaryFormat/Magic.cpp
  llvm/lib/Object/COFFImportFile.cpp
  llvm/lib/Object/COFFObjectFile.cpp
  llvm/lib/Object/WindowsMachineFlag.cpp
  llvm/lib/Object/WindowsResource.cpp
  llvm/lib/ObjectYAML/COFFEmitter.cpp
  llvm/lib/ObjectYAML/COFFYAML.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
  llvm/test/tools/llvm-cvtres/machine.test
  llvm/test/tools/llvm-lib/Inputs/arm64x.yaml
  llvm/test/tools/llvm-lib/machine-mismatch.test
  llvm/test/tools/llvm-readobj/COFF/arm64x.yaml
  llvm/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148517.514434.patch
Type: text/x-patch
Size: 15654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/8405ae8d/attachment.bin>


More information about the llvm-commits mailing list