[all-commits] [llvm/llvm-project] c2dd61: [llvm-lib] Add /llvmlibindex:no to disable writing...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Dec 19 09:28:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2dd61279764c9e525b73d37dae58ed77b773b1d
https://github.com/llvm/llvm-project/commit/c2dd61279764c9e525b73d37dae58ed77b773b1d
Author: Nico Weber <thakis at chromium.org>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M lld/test/COFF/thin-archive.s
M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
M llvm/lib/ToolDrivers/llvm-lib/Options.td
Log Message:
-----------
[llvm-lib] Add /llvmlibindex:no to disable writing an index (#120596)
This can be used with /llvmlibthin to create thin archives without an
index, which is a prerequisite for porting
https://reviews.llvm.org/D117284 to lld-link.
Creating files like this is already possible with `llvm-ar rcS`, so this
doesn't add additional problems.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list