<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Luc Bourhis wrote:
<blockquote cite="mid916B8EA5-A660-46AF-A23C-48792CC4F231@mac.com"
type="cite">
<pre wrap="">On 4 Apr 2007, at 20:10, Jeff Cohen wrote:
</pre>
<blockquote type="cite">
<pre wrap="">[…]
%obj = alloca %struct.TestClass, align 1 ; <%struct.TestClass*>
[#uses=1]
%tmp1 = call int %_ZN9TestClass10testMethodEi( %struct.TestClass* %
obj, int 1 ) ; <int> [#uses=0]
ret void
}
declare int %_ZN9TestClass10testMethodEi(%struct.TestClass*, int)
</pre>
</blockquote>
<pre wrap=""><!---->
The name mangling is not very pretty though and it is specific to the
C++ front-end. What is the best manner to deal with that problem?
Luc Bourhis</pre>
</blockquote>
<br>
What exactly is the problem that needs dealing with?<br>
<br>
If you intend to link with C++ code, there is no choice but to live
with it. If you are doing your own language, you can do whatever you
want for names.<br>
</body>
</html>