[llvm-bugs] [Bug 46502] [lto] Module asm symbols don't show in IR symbol table
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 29 11:18:19 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46502
Hans Wennborg <hans at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #3 from Hans Wennborg <hans at chromium.org> ---
(In reply to Peter Collingbourne from comment #2)
> Hmm, I get
>
> $ clang -c -flto=thin /tmp/x.c
> $ llvm-nm x.o
> ---------------- T bar
> ---------------- T foo
> $ llvm-lto2 dump-symtab x.o
> version: 2
> producer: 11.0.0git
> target triple: x86_64-unknown-linux-gnu
> source filename: /tmp/x.c
> dependent libraries:
> D------X foo
> D------X bar
>
> Does "llvm-lto2 dump-symtab x.o" also not show the "bar" symbol for you?
This is very strange. I cleaned my workspace and built everything again and now
it works. I must have had some local change in there. Sorry for the noise.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200629/67ab95ed/attachment-0001.html>
More information about the llvm-bugs
mailing list