[LLVMdev] Changes in LLVM 3.4 llc name mangling?

Albert Graef aggraef at gmail.com
Mon Feb 3 16:55:31 PST 2014


On Mon, Feb 3, 2014 at 11:55 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> This is a bug. The asm printer should be adding escapes so that you
> would get a symbol named "$(foo)". What is the target triple?

x86_64-unknown-linux-gnu

I've attached a simple test case: source test.ll file and the .s
output files produced with llc from LLVM 3.3 and 3.4, respectively
(running llc test.ll).

Albert

-- 
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email:  aggraef at gmail.com
WWW:    https://plus.google.com/+AlbertGraef
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ll
Type: application/octet-stream
Size: 39 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140204/50c065ee/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-3.3.s
Type: text/x-asm
Size: 283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140204/50c065ee/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-3.4.s
Type: text/x-asm
Size: 267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140204/50c065ee/attachment-0001.bin>


More information about the llvm-dev mailing list