[PATCH] D143541: [llvm-lib] Add support for ARM64EC libraries.
Jacek Caban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 14:21:52 PST 2023
jacek updated this revision to Diff 495948.
jacek retitled this revision from "[llvm-lib 5/5] Add support for ARM64EC libraries." to "[llvm-lib] Add support for ARM64EC libraries.".
jacek added a comment.
Thanks! The new version implements better logic for inferred machine type. I'm not sure if there are any recommendations about compatibility: I checked with lib.exe and it simply always requires explicit machine type for ARM64EC. If I try to create pure ARM64EC library with no -machine: argument, it just fails. I guess it's fine to do better than that, but I may follow that if preferred.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143541/new/
https://reviews.llvm.org/D143541
Files:
llvm/lib/Object/ArchiveWriter.cpp
llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
llvm/test/tools/llvm-lib/ecsymbols.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143541.495948.patch
Type: text/x-patch
Size: 7865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/9f0d2201/attachment.bin>
More information about the llvm-commits
mailing list