[PATCH] D66824: [09/10] [LLD] [COFF] Support merging resource object files
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 13:41:16 PDT 2019
mstorsjo marked an inline comment as done.
mstorsjo added inline comments.
================
Comment at: lld/COFF/Driver.cpp:1012
+ toString(resourceObjFiles.front()));
+ return;
}
----------------
@thakis - The question is only about whether to keep this explicit error here, or remove the whole condition.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66824/new/
https://reviews.llvm.org/D66824
More information about the llvm-commits
mailing list