[all-commits] [llvm/llvm-project] 4431c2: lld/ELF: Make three rarely-used flags work with --...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Dec 1 06:21:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4431c212a0a08c2b6552e6a476a15b142d7c6bb9
https://github.com/llvm/llvm-project/commit/4431c212a0a08c2b6552e6a476a15b142d7c6bb9
Author: Nico Weber <thakis at chromium.org>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M lld/ELF/DriverUtils.cpp
Log Message:
-----------
lld/ELF: Make three rarely-used flags work with --reproduce
All three use readFile() for their argument so their argument file is
already copied to the tar, but we weren't rewriting the argument to
point to the path used in the tar file.
No test because the change is trivial (several other flags in
createResponseFile() also aren't tested, likely for the same reason.)
Differential Revision: https://reviews.llvm.org/D92356
More information about the All-commits
mailing list