Displaying 1 result from an estimated 1 matches for "cf236afc".
2020 Apr 27
2
Backward compatibility of LLVM IR - ll/bc files
Quite often I get to work on an old bug, where an old ll/bc file is
attached as a testcase. These files, in most cases (if not all), need to be
converted somehow to the latest format, for the trunk version to be able to
parse it without an error.
So a few questions arise:
1. Is there a standard way to convert an old ll/bc to the latest? If not,
what is the common approach for these cases?
2.