[PATCH] D88065: [lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 19:17:28 PDT 2020
int3 added a comment.
presumably this is related to D88064 <https://reviews.llvm.org/D88064>... could you reference it in the commit message and test the `0X` case in D88064 <https://reviews.llvm.org/D88064>? (Actually, I've actually never seen `0X` in the wild... does ld64 support it too?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88065/new/
https://reviews.llvm.org/D88065
More information about the llvm-commits
mailing list