[LLVMbugs] [Bug 6394] Optimizer swaps bitcast and getelementptr in an invalid way
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 18 09:11:43 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=6394
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #14 from Chris Lattner <clattner at apple.com> 2011-01-18 11:11:42 CST ---
Because your module doesn't have target data, so you're passing an empty
string. You need get get a valid target data string from somewhere, this is
what the frontend is responsible for.
Please don't keep reopening this bug. If you'd like to start a discussion,
please take it to llvmdev.
--
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