Skip to content

Conversation

@Ris-Bali
Copy link
Contributor

This patch changes lit.local.cfg to check for hexagon-unknown-linux instead of hexagon-unknown-elf in the target triple condition. This fixes tests being incorrectly marked as unsupported on Windows local builds while maintaining compatibility with Linux and CI builders.

This patch changes `lit.local.cfg` to check for `hexagon-unknown-linux` instead of
`hexagon-unknown-elf` in the target triple condition. This fixes tests
being incorrectly marked as unsupported on Windows local builds while
maintaining compatibility with Linux and CI builders.

Signed-off-by: Rishabh Bali <[email protected]>
config.suffixes = ['.test']

if 'hexagon-unknown-elf' in config.target_triple:
if 'hexagon-unknown-linux' in config.target_triple:
Copy link
Contributor

Choose a reason for hiding this comment

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

This will make all tests under linux as unsupported.

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.

2 participants