http://llvm.org/bugs/show_bug.cgi?id=6394
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #14 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
