[LLVMbugs] [Bug 4535] New: mark constant strings private instead of internal
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jul 11 00:29:20 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4535
Summary: mark constant strings private instead of internal
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: rafael.espindola at gmail.com, llvmbugs at cs.uiuc.edu
We should use the private linkage for constant strings instead of internal to
avoid bloated .o files.
Chris says, this is the ifdefs in TreeConstantToLLVM::EmitLV_STRING_CST.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list