[llvm-commits] [PATCH] Make opt default to not adding a target data string, and update tests

Kenneth Uildriks kennethuil at gmail.com
Mon Nov 2 11:13:34 PST 2009


All tests in the test directory that depend on target data now
explicitly include the target data in the input assembly.  This makes
it safe for opt to not add target data whenever it's not supplied by
either the module or the command line, which in turn stops opt from
breaking valid code with bogus target data assumptions.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tests-opt.patch
Type: application/octet-stream
Size: 36042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091102/82f5ceec/attachment.obj>


More information about the llvm-commits mailing list