Is it safe to run the llvm-tools from mainline on bitcode from llvm-2.7?
Thanks,
Arushi
Is it safe to run the llvm-tools from mainline on bitcode from llvm-2.7?
Thanks,
Arushi
Yes, LLVM maintains backwards compatibility with old bitcode files.
Old IR constructs are automatically updated when they are read in.
Reid