Skip to content

a few llvm19 api change#48

Open
707state wants to merge 1 commit into
lsegal:masterfrom
707state:master
Open

a few llvm19 api change#48
707state wants to merge 1 commit into
lsegal:masterfrom
707state:master

Conversation

@707state

Copy link
Copy Markdown

A little api change and works fine with llvm19.

@lsegal lsegal left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove hard coded paths and this can be merged.

Comment thread compile_commands.json
@@ -0,0 +1,92 @@
[
{
"directory": "/home/sgj/codes/fy/my_toy_compiler",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated to avoid hard coding paths or this entire file should be removed since it's not related to the changes.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad. I'll be careful next time.

Comment thread compile_commands.json
"file": "parser.cpp"
},
{
"directory": "/home/sgj/codes/fy/my_toy_compiler",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Comment thread compile_commands.json
},
{
"directory": "/home/sgj/codes/fy/my_toy_compiler",
"arguments": [

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Comment thread compile_commands.json
},
{
"directory": "/home/sgj/codes/fy/my_toy_compiler",
"arguments": [

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Comment thread compile_commands.json
"file": "corefn.cpp"
},
{
"directory": "/home/sgj/codes/fy/my_toy_compiler",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

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

Successfully merging this pull request may close these issues.

2 participants