[LLVMbugs] [Bug 9677] New: [PATCH] Link against versioned ld.so for linux/ppc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 11 09:33:13 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9677
Summary: [PATCH] Link against versioned ld.so for linux/ppc
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: jeremyhu at apple.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=6432)
--> (http://llvm.org/bugs/attachment.cgi?id=6432)
Link against versioned ld.so for linux/ppc
My earlier patch caused ld to link against the ld.so symlink, but that can
cause problems in the future if the symlink changes to point to a newer version
and on platforms that simply don't have the symlink. This change matches what
gcc does on this platform.
--
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