[PATCH] D18770: Change llvm-objdump to default to print hex immediates by default
    Colin LeMahieu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  4 13:38:47 PDT 2016
    
    
  
colinl added a comment.
Yes, GNU objdump does hex.
  401006:       a1 00 a0 41 00          mov    0x41a000,%eax
  40100b:       85 c0                   test   %eax,%eax
  40100d:       74 01                   je     0x401010
Repository:
  rL LLVM
http://reviews.llvm.org/D18770
    
    
More information about the llvm-commits
mailing list