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

Alice Atlas via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 07:08:22 PDT 2016


alice added a comment.

I’ve noticed this causing issues in e.g. some autotools/configure-based packages I’ve tried configuring to build with LTO and as universal binaries, some of them will invoke a macro that has it go "checking command to parse /.../nm output from /.../cc object… failed” and the build will indeed fail in some cases as a result.

(ALSO! Hi, this is my first attempt submitting a thing to LLVM and so I’ve tried to be painstaking about following the guidelines and policies and coding style conventions and such, but if I’ve missed anything, I’d be grateful to find out, down to and including (in all seriousness) the most minor and nitpicky of inconsequential details... I like to do things right)


Repository:
  rL LLVM

http://reviews.llvm.org/D20431





More information about the llvm-commits mailing list