[llvm-commits] [llvm] r56704 - in /llvm/trunk: include/llvm/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Transforms/IPO/ lib/Transforms/Scalar/ lib/VMCore/
Chris Lattner
clattner at apple.com
Mon Oct 6 10:56:08 PDT 2008
On Oct 6, 2008, at 10:53 AM, Devang Patel wrote:
> Chris fixed these issues. Thanks Chris!
np
> Note, if TOT assembled bc file is disassembled by 2.2 llvm-dis then
> call instruction will lose nounwind and readonly attributes, as
> expected.
Right, we don't expect old tools to be able to read new files. New
tools should read old files.
-Chris
More information about the llvm-commits
mailing list