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

selftest: Print stderr output upon llvm-mc failure #120

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

hanno-becker
Copy link
Collaborator

Without stderr from llvm-mc, it's difficult to debug the issue. This commit modifies the call to llvm-mc so that the error output is printed is an exception is thrown while running llvm-mc.

Without stderr from `llvm-mc`, it's difficult to debug the issue.
This commit modifies the call to `llvm-mc` so that the error output
is printed is an exception is thrown while running `llvm-mc`.
This commit hoists out the common code between local and global
selftest into a helper class SelfTest.
@hanno-becker hanno-becker merged commit f9f8575 into main Dec 12, 2024
13 checks passed
@hanno-becker hanno-becker deleted the llvm_mc_output branch December 12, 2024 07:34
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.

1 participant