[PATCH] D20431: [llvm-nm] Fix output for Mach-O universal files wrapping bitcode objects

Kevin Enderby via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 09:49:56 PDT 2016


enderby added a subscriber: enderby.
enderby added a comment.

Looks fine to me.

There is a whole bunch of better error handling that still needs to happen, I’m grinding through adding all of that, to llvm-nm and other tools.  But what you have fixes the problem you point out with bitcode files in universal files.  And is consistant with the code that is there today.

Kev


Repository:
  rL LLVM

http://reviews.llvm.org/D20431





More information about the llvm-commits mailing list