-
Notifications
You must be signed in to change notification settings - Fork 40
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
Llvm20upgrade #140
base: main
Are you sure you want to change the base?
Llvm20upgrade #140
Conversation
769bf93
to
05fb1a8
Compare
@@ -77,7 +78,11 @@ If you're a C++ developer and require low-level control, optimization, or integr | |||
## Requirements | |||
* cmake (>= 3.13.4) | |||
* GNU Make (4.2.1) | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix merge.
@@ -18,7 +18,8 @@ Please see [here](https://compilers.cse.iith.ac.in/projects/ir2vec/) for more de | |||
|
|||
| LLVM Version | Branch | | |||
| ------------ | ------ | | |||
| LLVM 19.1.7 | [main](https://github.com/IITH-Compilers/IR2Vec) | | |||
| LLVM 20.1.0 | [main](https://github.com/IITH-Compilers/IR2Vec) | | |||
| LLVM 19.1.7 | [main](https://github.com/IITH-Compilers/IR2Vec/tree/llvm19) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main --> llvm19
@@ -8,8 +8,13 @@ | |||
|
|||
|
|||
def get_index_file(): | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix merge issues
No description provided.