microsoft / llvm-mctoll

llvm-mctoll
Other
816 stars 125 forks source link

Supported LLVM version #189

Open Qiuye-Hua opened 1 year ago

Qiuye-Hua commented 1 year ago

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?

bharadwajy commented 1 year ago

Sorry for the delayed response. Was on vacation.

Yes, I have tried to keep the tool in sync with the latest LLVM version with no attempt to maintain any backward compatibility.