[llvm] 96ed2ab - [DebugInfo] Specify x86_64 triple for test (#145797)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 00:08:13 PDT 2025
Author: David Blaikie
Date: 2025-06-26T09:08:10+02:00
New Revision: 96ed2abadf90b22a0fa3ccabf7888445218b575e
URL: https://github.com/llvm/llvm-project/commit/96ed2abadf90b22a0fa3ccabf7888445218b575e
DIFF: https://github.com/llvm/llvm-project/commit/96ed2abadf90b22a0fa3ccabf7888445218b575e.diff
LOG: [DebugInfo] Specify x86_64 triple for test (#145797)
Most DWARF tests aren't totally architecture portable anyway - so let's
just put this in x86.
Added:
llvm/test/DebugInfo/X86/dynamic-bitfield.ll
Modified:
Removed:
llvm/test/DebugInfo/dynamic-bitfield.ll
################################################################################
diff --git a/llvm/test/DebugInfo/dynamic-bitfield.ll b/llvm/test/DebugInfo/X86/dynamic-bitfield.ll
similarity index 96%
rename from llvm/test/DebugInfo/dynamic-bitfield.ll
rename to llvm/test/DebugInfo/X86/dynamic-bitfield.ll
index 1a5ed81774538..eda4ff0f8f6d1 100644
--- a/llvm/test/DebugInfo/dynamic-bitfield.ll
+++ b/llvm/test/DebugInfo/X86/dynamic-bitfield.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
+; RUN: llc -mtriple=x86_64 -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
; A basic test of using a DIExpression for DW_AT_data_bit_offset and
; DW_AT_bit_size.
More information about the llvm-commits
mailing list