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

Actual fix #43

Merged
merged 18 commits into from
Oct 23, 2024
Merged

Actual fix #43

merged 18 commits into from
Oct 23, 2024

Conversation

partouf
Copy link
Member

@partouf partouf commented Oct 23, 2024

No description provided.

@@ -29,6 +29,15 @@ AsmParser::ObjDumpParser::ObjDumpParser(const Filter &filter) : filter(filter)
reproducible = false;
}

void AsmParser::ObjDumpParser::updateSourceRefLineNumber()
{
auto lineNum = atoi(this->state.text.c_str());
Copy link
Member

Choose a reason for hiding this comment

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

Is source file name handled anywhere?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, line 410

Copy link
Member

Choose a reason for hiding this comment

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

Ah I see, thanks!

@@ -29,6 +29,15 @@ AsmParser::ObjDumpParser::ObjDumpParser(const Filter &filter) : filter(filter)
reproducible = false;
}

void AsmParser::ObjDumpParser::updateSourceRefLineNumber()
{
auto lineNum = atoi(this->state.text.c_str());
Copy link
Member

Choose a reason for hiding this comment

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

Ah I see, thanks!

@partouf
Copy link
Member Author

partouf commented Oct 23, 2024

oh, I just realized this will go wrong when filepaths have spaces

@partouf partouf merged commit 3ef06f2 into main Oct 23, 2024
1 check passed
@partouf partouf deleted the conan2andstuff branch October 23, 2024 15:51
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