[PATCH] D92356: lld/ELF: Make three rarely-used flags work with --reproduce
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 06:21:08 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4431c212a0a0: lld/ELF: Make three rarely-used flags work with --reproduce (authored by thakis).
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92356/new/
https://reviews.llvm.org/D92356
Files:
lld/ELF/DriverUtils.cpp
Index: lld/ELF/DriverUtils.cpp
===================================================================
--- lld/ELF/DriverUtils.cpp
+++ lld/ELF/DriverUtils.cpp
@@ -186,8 +186,11 @@
// Strip directories to prevent the issue.
os << "-o " << quote(path::filename(arg->getValue())) << "\n";
break;
+ case OPT_call_graph_ordering_file:
case OPT_dynamic_list:
+ case OPT_just_symbols:
case OPT_library_path:
+ case OPT_retain_symbols_file:
case OPT_rpath:
case OPT_script:
case OPT_symbol_ordering_file:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92356.308632.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/71c357a4/attachment.bin>
More information about the llvm-commits
mailing list