search for: 50c065ee

Displaying 2 results from an estimated 2 matches for "50c065ee".

2014 Feb 04
2
[LLVMdev] Changes in LLVM 3.4 llc name mangling?
...il: 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 --------...
2014 Feb 02
2
[LLVMdev] Changes in LLVM 3.4 llc name mangling?
Hi, I've recently ported Pure (http://purelang.bitbucket.org/) to LLVM 3.4, and I've run into a problem. I'm using LLVM on a Linux x86_64 system (Arch). In previous releases llc would automatically mangle identifiers in LLVM assembler source code so that the result could be assembled with the system assembler of the target platform. E.g., if I have LLVM assembler (.ll) code like: