[LLVMbugs] [Bug 974] NEW: -fno-unit-at-a-time should disable all ipo
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 29 13:23:27 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=974
Summary: -fno-unit-at-a-time should disable all ipo
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
GCC's -fno-unit-at-a-time, basically now means 'disable all ipo except inlining'. This understanding is
expected by crtstuff.c in the GCC build. We could remove some llvm-local hacks from crtstuff if we made
-fno-unit-at-a-time disable IPO (specific dead global var deletion).
-Chris
------- 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