Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 385543

Summary: =sys-devel/llvm-2.8-r2 prepends -O3 -fomit-frame-pointer to CFLAGS
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED FIXED    
Severity: QA    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2011-10-03 19:52:43 UTC
Same as bug #308145 but with a later version. configure's --enable-optimized seems to be the culprit.
Comment 1 Bernard Cafarelli gentoo-dev 2011-10-04 11:52:02 UTC
Thanks for spotting that! Looks like the fix patch got lost in 2.7 bump

Fixed in all versions of llvm and clang, with --with-optimize-option for -O3 and a handy sed for -fomit-frame-pointer