[PATCH] D42603: [COFF] Update comment to reflect link.exe behavior. NFC
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 14:57:21 PST 2018
ruiu added a comment.
I think what the original comment was trying to say is, emitting preserving a long section name (by emitting /<N> as the section name and put the real name at the N byte in the symbol table) would be useful for libunwind, though that's different from what we are doing now and what MSVC does.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D42603
More information about the llvm-commits
mailing list