[PATCH] D63109: lld-link: Reject more than one resource .obj file
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 16:56:07 PDT 2019
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: lld/COFF/DriverUtils.cpp:728
// Convert Windows resource files (.res files) to a .obj file.
+// Does what cvtres.exe does, but in-process and cross-platform.
MemoryBufferRef convertResToCOFF(ArrayRef<MemoryBufferRef> MBs) {
----------------
(I added this so that searching for "cvtres" in this file finds the related code.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63109/new/
https://reviews.llvm.org/D63109
More information about the llvm-commits
mailing list