[LLVMbugs] [Bug 948] NEW: support transparent LTO on linux
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 15 16:52:57 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=948
Summary: support transparent LTO on linux
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
llvm-gcc should know to run llvm-ld when linking bytecode files. Specifically,
running "llvm-gcc main.bc aux.bc -o myprog" should produce a native "myprog". It
should also parse and interpret the command-line parameters -O0 to turn on/off
optimization.
This is necessary to use llvm-gcc with LTO with an autoconf based package.
------- 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