Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

native build symbol collisions #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import test.testmod;
class A {}

llvm GlobalVariables related to classes need to be fully canonicalized to avoid 
symbol collisions. Problem is we don't have the full name yet at the time they 
are written, currently.

Original issue reported on code.google.com by weyrick on 7 Apr 2011 at 1:45

GoogleCodeExporter commented 9 years ago
fixed in r7335eeecfb30

Original comment by weyrick on 26 Apr 2011 at 9:04