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

[Bug]: --print-passes-file does not work with the compiler driver #26238

Open
jabraham17 opened this issue Nov 14, 2024 · 0 comments
Open

[Bug]: --print-passes-file does not work with the compiler driver #26238

jabraham17 opened this issue Nov 14, 2024 · 0 comments

Comments

@jabraham17
Copy link
Member

jabraham17 commented Nov 14, 2024

Attempting to compile code with --print-passes-file does not print all of the output to the file.

For example, chpl examples/hello.chpl --print-passes-file=foo.txt only prints the driver timings to the file, not all of the timings for the individual passes. Appending --no-compiler-driver fixes this.

This can be worked around by either using --no-compiler-driver or --print-passes &>foo.txt, but neither solution is ideal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant