[PATCH] D44373: Fix reading objects created with -fembed-bitcode-marker.

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 11:31:34 PDT 2018


steven_wu added a comment.

Additional comment, I didn't realize llvm-nm now prioritize to print bitcode symbol table, rather than the symbol table from the object file. There should be an option to choose which one to see and maybe also an option to see both.

@pcc, how is the symbol table designed for embedded bitcode for LTO? Does the native object side has a symbol table?


Repository:
  rL LLVM

https://reviews.llvm.org/D44373





More information about the llvm-commits mailing list