It seems that llvm-mctoll is designed to work with the latest version of LLVM (currently, that will be LLVM 15), whose IR language is different from legacy versions of LLVM (say, LLVM 9).
Which version of LLVM does llvm-mctoll supports? If I build it with LLVM 9 instead, does the disassembled result be recognized by llvm-as-9?
It seems that
llvm-mctoll
is designed to work with the latest version of LLVM (currently, that will be LLVM 15), whose IR language is different from legacy versions of LLVM (say, LLVM 9).Which version of LLVM does
llvm-mctoll
supports? If I build it with LLVM 9 instead, does the disassembled result be recognized byllvm-as-9
?