File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
// COM: Compile debuginfo SPIR-V source to a relocatable
8
8
// 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 \
10
10
// RUN: -check-prefix=CHECK-DBG %s
11
11
12
12
// COM: Check that debuginfo SPIR-V flags are correctly extracted
Original file line number Diff line number Diff line change 8
8
9
9
// COM: Compile SPIR-V source to a relocatable
10
10
// 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
12
12
13
13
// CHECK: ActionKind: AMD_COMGR_ACTION_COMPILE_SPIRV_TO_RELOCATABLE
14
14
You can’t perform that action at this time.
0 commit comments