Bugzilla – Bug 333
Sparc backend cannot emit 2 fns of same name, both w/ constant pools
Last modified: 2004-05-04 16:10:54
You need to log in before you can comment on or make changes to this bug.
The Sparc assembly writer cannot emit 2 functions of the same name that both have non-empty constant pools, because it mangles the names of constant pool members incorrectly: the first entry in each constant pool for all functions named "foo" will be named ".CPI_foo_0", but the latter "foo" should have been mangled.
This should be fixed now: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040503/014121.html