Displaying 1 result from an estimated 1 matches for "purelang".
Did you mean:
preflang
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...