Skip to content

Add DebugifyBuilder for debug location coverage testing #493

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SLTozer
Copy link

@SLTozer SLTozer commented Jul 10, 2025

This patch adds a new build factory for running tests using Debugify, for the purposes of detecting debug info errors as proposed on Discourse. This builder is very similar to the TestSuiteBuilder, but it adds some required CMake flags to the LLVM and Test Suite builds, and adds an extra step where we use a script within llvm/utils to evaluate the output of Debugify.

As part of implementing this, I had to make some small changes to the TestSuiteBuilder to allow CMake flags to be passed for the Test Suite build, as currently it only accepts flags for the LLVM build. These changes should be a no-op for all existing builds; only by passing the new extra_test_suite_configure_args parameter should this have any effect.

@SLTozer SLTozer requested a review from gkistanova July 10, 2025 09:24
@SLTozer SLTozer self-assigned this Jul 10, 2025
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