[PATCH] D28717: COFF: Change the /lldmap output format to be more like the ELF linker.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 19:06:17 PST 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/test/COFF/lldmap.test:10
+# CHECK-NEXT: 00001000 00000006 10 .text$mn
+# CHECK-NEXT: 00001000 00000006 10 {{.*}}/lldmap.test.tmp.obj
+# CHECK-NEXT: 00001000 00000006 0 main
----------------
You want to remove `/` so that this test isn't picky about path separator difference.
https://reviews.llvm.org/D28717
More information about the llvm-commits
mailing list