[llvm-bugs] [Bug 25811] New: Different set of symbol generated when going through a .s
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 11 11:06:06 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25811
Bug ID: 25811
Summary: Different set of symbol generated when going through a
.s
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: dblaikie at gmail.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 15432
--> https://llvm.org/bugs/attachment.cgi?id=15432&action=edit
test
Compiling the attached file with
$ llc -mtriple=armv7l-linux-eabihf -filetype=asm -o t.s test.ll
$ llvm-mc -triple=armv7l-linux-eabihf -o t.o -filetype=obj t.s
and with
$ llc -march=armv7l-linux-eabihf -filetype=obj -o t.o test.ll
Produces files with a different set of symbols.
I call attention to the set of symbols and not to other differences to note
that this is probably not a simple duplicate of pr18716
--
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/20151211/72a5ca53/attachment.html>
More information about the llvm-bugs
mailing list