[LLVMbugs] [Bug 1017] NEW: LLVM should support symbol aliasing
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 27 23:55:38 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1017
Summary: LLVM should support symbol aliasing
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
LLVM should support symbol aliasing (the one, produced via
__attribute((alias))__ in gcc).
It seems, this is the main reason of PR1006, since compatibility is achieved via
symbol aliasing.
Aliasing, seems, can be done in some painless way for functions: just clone it
or output the "stub", which will call original one.
Anyway, this is just cheap workaround. Aliasing should be introduced for GV's also.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list