Skip to content

Commit 37a4a3e

Browse files
committed
[lld] Support reproducing plugin-opt=stats-file
1 parent 6c9b594 commit 37a4a3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/ELF/DriverUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ std::string elf::createResponseFile(const opt::InputArgList &args) {
177177
case OPT_o:
178178
case OPT_Map:
179179
case OPT_dependency_file:
180+
case OPT_plugin_opt_stats_file:
180181
case OPT_print_archive_stats:
181182
case OPT_why_extract:
182183
// If an output path contains directories, "lld @response.txt" will

0 commit comments

Comments
 (0)