Skip to content

Commit 5976512

Browse files
authored
[Comgr][NFC] dump input for Comgr Spirv Reloc test
1 parent 7271c2f commit 5976512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amd/comgr/test-lit/spirv-to-reloc-debuginfo.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// COM: Compile debuginfo SPIR-V source to a relocatable
88
// RUN: AMD_COMGR_EMIT_VERBOSE_LOGS=1 AMD_COMGR_REDIRECT_LOGS=stdout \
9-
// RUN: spirv-to-reloc %t.dbg.spv %t.dbg.o | FileCheck \
9+
// RUN: spirv-to-reloc %t.dbg.spv %t.dbg.o | FileCheck --dump-input-filter all \
1010
// RUN: -check-prefix=CHECK-DBG %s
1111

1212
// COM: Check that debuginfo SPIR-V flags are correctly extracted

amd/comgr/test-lit/spirv-to-reloc.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// COM: Compile SPIR-V source to a relocatable
1010
// RUN: AMD_COMGR_EMIT_VERBOSE_LOGS=1 AMD_COMGR_REDIRECT_LOGS=stdout \
11-
// RUN: spirv-to-reloc %t.spv %t.o | FileCheck %s
11+
// RUN: spirv-to-reloc %t.spv %t.o | FileCheck %s --dump-input-filter all
1212

1313
// CHECK: ActionKind: AMD_COMGR_ACTION_COMPILE_SPIRV_TO_RELOCATABLE
1414

0 commit comments

Comments
 (0)