[PATCH] D34664: Add more stringent tests for the resource section of executables.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 13:54:58 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with this fix.
================
Comment at: lld/test/COFF/Inputs/combined-resources.rc:12-13
+
+cursor BITMAP "cursor_small.bmp"
+okay BITMAP "okay_small.bmp"
+
----------------
Please rename them combined-resources-{x,y}.bmp or something so that we can easily keep track of which files are being used by which tests.
https://reviews.llvm.org/D34664
More information about the llvm-commits
mailing list