[llvm] r174445 - Dwarf: support for LTO where a single object file can have multiple line tables
Krzysztof Parzyszek
kparzysz at codeaurora.org
Tue Feb 12 11:10:56 PST 2013
On 2/12/2013 12:51 PM, David Blaikie wrote:
>
> 174479 & 174785 should've addressed these. Are you still seeing the issue?
I can reproduce it this way (on a x86_64 Linux box):
$ /path/to/bld/Release+Asserts/bin/llc stmt-list-multiple-compile-units.ll
$ as stmt-list-multiple-compile-units.s -o x.o
$ nm x.o | grep line_table
U .Lline_table_start1
This is with a very fresh LLVM (from today).
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-commits
mailing list