Skip to content

[DebugInfo] Specify x86_64 triple for test #145797

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

Merged
merged 2 commits into from
Jun 26, 2025
Merged

Conversation

dwblaikie
Copy link
Collaborator

Most DWARF tests aren't totally architecture portable anyway - so let's
just put this in x86.

Most DWARF tests aren't totally architecture portable anyway - so let's
just put this in x86.
@dwblaikie dwblaikie changed the title Potential quick fix for PR141106 Potential quick fix for #141106 Jun 25, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 25, 2025

@llvm/pr-subscribers-debuginfo

Author: David Blaikie (dwblaikie)

Changes

Most DWARF tests aren't totally architecture portable anyway - so let's
just put this in x86.


Full diff: https://github.com/llvm/llvm-project/pull/145797.diff

1 Files Affected:

  • (renamed) llvm/test/DebugInfo/X86/dynamic-bitfield.ll ()
diff --git a/llvm/test/DebugInfo/dynamic-bitfield.ll b/llvm/test/DebugInfo/X86/dynamic-bitfield.ll
similarity index 100%
rename from llvm/test/DebugInfo/dynamic-bitfield.ll
rename to llvm/test/DebugInfo/X86/dynamic-bitfield.ll
@vvereschaka
Copy link
Contributor

Thank you @dwblaikie ,

I have tested these changes for NVPTX builders. The dynamic-bitfield.ll test has passed successfully there.

-- Testing: 1 of 59774 tests, 1 workers --
PASS: LLVM :: DebugInfo/X86/dynamic-bitfield.ll (1 of 1)
Slowest Tests:
--------------------------------------------------------------------------
0.06s: LLVM :: DebugInfo/X86/dynamic-bitfield.ll
@nikic nikic changed the title Potential quick fix for #141106 [DebugInfo] Specify x86_64 triple for test Jun 26, 2025
@nikic nikic merged commit 96ed2ab into llvm:main Jun 26, 2025
7 checks passed
anthonyhatran pushed a commit to anthonyhatran/llvm-project that referenced this pull request Jun 26, 2025
Most DWARF tests aren't totally architecture portable anyway - so let's
just put this in x86.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants