[LLVMbugs] [Bug 4161] New: need to pass codegen options through to lto
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 5 21:34:23 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4161
Summary: need to pass codegen options through to lto
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: lto
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: rafael.espindola at gmail.com, llvmbugs at cs.uiuc.edu
Some LTO options such as PIC and FP elimination should be passed from the
frontend through to the backend. For debugging, it'd be nice to pass -fast
through too.
Some of the options (like target triple) are stored in the .bc, but we need to
sort out what options go where and how we make them flow through from llvm-gcc
to the gold plugin, into libLTO and make it all the way to codegen. Every
option that llvm-gcc supports should probably have a matching option unless
it's in the bitcode.
--
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