[PATCH] D65140: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 02:37:20 PDT 2019
MaskRay accepted this revision.
MaskRay added a comment.
> It doesn't work as is on windows :) The reason seems is an additional space printed after permissions. I.e. what is 5th field on linux, it is 6th field on windows because of that:
>
> I had to use `ls -l %t3 | tr -s ' ' | cut -d ' ' -f 5` finally.
OK... That Windows ls utility is non-conforming...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65140/new/
https://reviews.llvm.org/D65140
More information about the llvm-commits
mailing list