File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
llvm-spirv/test/DebugInfo/NonSemantic/Shader200 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
; RUN: llvm-spirv -r -emit-opaque-pointers %t.spv -o %t.rev.bc
7
7
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM
8
8
9
- ; TODO: rewrite test after llvm DI metadata changes.
10
- ; XFAIL: *
11
-
12
9
; CHECK-SPIRV: [[#CompUnit:]] [[#]] DebugCompilationUnit
13
10
; CHECK-SPIRV: [[#None:]] [[#]] DebugInfoNone
14
11
; CHECK-SPIRV: [[#EntryFunc:]] [[#]] DebugFunction
@@ -27,6 +24,10 @@ source_filename = "llvm-link"
27
24
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"
28
25
target triple = "spir64"
29
26
27
+ define void @MAIN__ () local_unnamed_addr !dbg !24 {
28
+ ret void
29
+ }
30
+
30
31
!llvm.module.flags = !{!5 , !6 , !7 , !8 }
31
32
!llvm.dbg.cu = !{!9 }
32
33
You can’t perform that action at this time.
0 commit comments