[LLVMbugs] [Bug 6364] gcc option -fno-toplevel-reorder separates top level inline asm which affects eglibc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 21 11:48:24 PST 2010


http://www.llvm.org/bugs/show_bug.cgi?id=6364

--- Comment #4 from Chris Lattner <clattner at apple.com> 2010-02-21 13:48:23 CST ---
I don't know if there are patches, there are many technical reasons to not
support this.  We don't track the order of inline asm vs functions.  Adding it
would be significant implementation effort for an option that is deprecated
(and never really made sense).

-- 
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the llvm-bugs mailing list