Add the option, -non-verbose to llvm-objdump used with -macho to print things
using numeric values and not their symbolic constant names. The routines that print Mach-O stuff already had a verbose parameter and this change is just changing the passing true to passing !NonVerbose. With just a couple of fixes and a bunch of test case updates. llvm-svn: 232182
Loading
Please sign in to comment