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

print link line for verbose #3001

Merged
merged 1 commit into from
Dec 22, 2023
Merged

print link line for verbose #3001

merged 1 commit into from
Dec 22, 2023

Conversation

junghans
Copy link
Contributor

Fix #2948

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

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

I think that's good. Thanks!

@certik certik marked this pull request as ready for review December 22, 2023 00:04
@certik
Copy link
Contributor

certik commented Dec 22, 2023

It works great:

$ lfortran examples/expr2.f90 
25
$ lfortran -v examples/expr2.f90
clang -o expr2.out expr2.out.tmp.o  -L"/Users/ondrej/repos/lfortran/lfortran/src/bin/../runtime" -Wl,-rpath,"/Users/ondrej/repos/lfortran/lfortran/src/bin/../runtime" -llfortran_runtime -lm
25

@certik certik merged commit afbda6e into lfortran:main Dec 22, 2023
21 checks passed
@junghans junghans mentioned this pull request Dec 24, 2023
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.

Add an option to show the linker command
2 participants