[LLVMbugs] [Bug 8420] MachineInstr constructor does not correctly duplicate AsmPrinterFlags
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Nov 21 00:29:34 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8420
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-11-21 02:29:34 CST ---
This is correct behavior. These flags have unknown semantics to target
independent code, so copying them may not be safe.
--
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