[PATCH] D143536: [llvm-lib 1/5] Write object files in reversed order.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 16:38:35 PST 2023


jacek created this revision.
jacek added a reviewer: hans.
Herald added a subscriber: hiraditya.
Herald added a project: All.
jacek requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

I don't strictly needed, but this matches how MSVC lib.exe writes to archives, so this makes llvm-lib more compatible and simplifies comparing output between tools.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143536

Files:
  llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
  llvm/test/tools/llvm-lib/Inputs/abc.s
  llvm/test/tools/llvm-lib/duplicate.test
  llvm/test/tools/llvm-lib/nest.test
  llvm/test/tools/llvm-lib/use-paths.test
  llvm/test/tools/llvm-lib/xfghashmap-list.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143536.495679.patch
Type: text/x-patch
Size: 4157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/520211d7/attachment.bin>


More information about the llvm-commits mailing list