You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: