Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported LLVM version #189

Open
Qiuye-Hua opened this issue Mar 10, 2023 · 1 comment
Open

Supported LLVM version #189

Qiuye-Hua opened this issue Mar 10, 2023 · 1 comment

Comments

@Qiuye-Hua
Copy link

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
Copy link
Contributor

bharadwajy commented Mar 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants