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

Refactor code #3126

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Refactor code #3126

merged 2 commits into from
Jan 16, 2024

Conversation

Shaikh-Ubaid
Copy link
Member

No description provided.

_parse_linker_args(linker_flags_args, linker_flags);
_get_rpath_from_linker_flags(linker_flags, compiler_options);
}
int mainApp(int argc, char *argv[]) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
int mainApp(int argc, char *argv[]) {
int main_app(int argc, char *argv[]) {

LCompilers::print_stack_on_segfault();
#endif
try {
return mainApp(argc, argv);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return mainApp(argc, argv);
return main_app(argc, argv);

@Shaikh-Ubaid Shaikh-Ubaid merged commit 20a0eb3 into lfortran:main Jan 16, 2024
21 checks passed
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.

None yet

2 participants