File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
; RUN: llvm-spirv %t.bc -o %t.spv --spirv-debug-info-version=legacy
3
3
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o %t.ll
4
4
5
- ; RUN: llc -mtriple=%triple -stop-before=finalize-isel -pre-RA-sched=linearize < %t.ll | FileCheck %s
5
+ ; RUN: llc -mtriple=%triple -stop-before=finalize-isel -pre-RA-sched=linearize < %t.ll -experimental-debug-variable-locations=false | FileCheck %s
6
6
7
7
; RUN: llvm-spirv %t.spv -to-text -o - | FileCheck --check-prefix CHECK-SPIRV %s
8
8
Original file line number Diff line number Diff line change 2
2
; RUN: llvm-spirv %t.bc -o %t.spv
3
3
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o %t.ll
4
4
5
- ; RUN: llc -mtriple=%triple -stop-before=finalize-isel -pre-RA-sched=linearize < %t.ll | FileCheck %s
5
+ ; RUN: llc -mtriple=%triple -stop-before=finalize-isel -pre-RA-sched=linearize < %t.ll -experimental-debug-variable-locations=false | FileCheck %s
6
6
7
7
; RUN: llvm-spirv %t.spv -to-text -o - | FileCheck --check-prefix CHECK-SPIRV %s
8
8
Original file line number Diff line number Diff line change 2
2
; RUN: llvm-spirv %t.bc -o %t.spv
3
3
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o %t.ll
4
4
5
- ; RUN: llc -mtriple=%triple -filetype=obj %t.ll -o - | llvm-dwarfdump -v -debug-info - | FileCheck %s
5
+ ; RUN: llc -mtriple=%triple -filetype=obj %t.ll -o - -experimental-debug-variable-locations=false | llvm-dwarfdump -v -debug-info - | FileCheck %s
6
6
7
7
; A hand-written testcase to check 64-bit constant handling in location lists.
8
8
Original file line number Diff line number Diff line change 2
2
; RUN: llvm-spirv %t.bc -o %t.spv
3
3
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o %t.ll
4
4
5
- ; RUN: llc -mtriple=x86_64-linux-gnu -filetype=obj -o - %t.ll | llvm-dwarfdump -name i4 - \
5
+ ; RUN: llc -mtriple=x86_64-linux-gnu -filetype=obj -o - %t.ll -experimental-debug-variable-locations=false | llvm-dwarfdump -name i4 - \
6
6
; RUN: | FileCheck %s
7
7
8
8
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
You can’t perform that action at this time.
0 commit comments