[PATCH] D88065: [lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16
    Greg McGary via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 22 13:37:15 PDT 2020
    
    
  
gkm added a comment.
I only skip `0x` when `base == 16`. My change does nothing to alter the `base == 0` case, and `GetAutoSenseRadix` continues to operate as before.
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