mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
The world is not ready for LiveDebugVariables yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89f1582616
commit
2df5458535
@ -40,7 +40,7 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
EnableLDV("live-debug-variables", cl::init(true),
|
EnableLDV("live-debug-variables",
|
||||||
cl::desc("Enable the live debug variables pass"), cl::Hidden);
|
cl::desc("Enable the live debug variables pass"), cl::Hidden);
|
||||||
|
|
||||||
char LiveDebugVariables::ID = 0;
|
char LiveDebugVariables::ID = 0;
|
||||||
|
@ -61,6 +61,6 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
|
|||||||
; CHECK-NEXT: .short 1
|
; CHECK-NEXT: .short 1
|
||||||
; CHECK-NEXT: .byte 85
|
; CHECK-NEXT: .byte 85
|
||||||
; CHECK-NEXT: .quad Ltmp3
|
; CHECK-NEXT: .quad Ltmp3
|
||||||
; CHECK-NEXT: .quad Ltmp6
|
; CHECK-NEXT: .quad Lfunc_end
|
||||||
; CHECK-NEXT: .short 1
|
; CHECK-NEXT: .short 1
|
||||||
; CHECK-NEXT: .byte 83
|
; CHECK-NEXT: .byte 83
|
||||||
|
@ -39,6 +39,6 @@ entry:
|
|||||||
!13 = metadata !{i32 7, i32 0, metadata !14, null}
|
!13 = metadata !{i32 7, i32 0, metadata !14, null}
|
||||||
!14 = metadata !{i32 524299, metadata !8, i32 6, i32 0} ; [ DW_TAG_lexical_block ]
|
!14 = metadata !{i32 524299, metadata !8, i32 6, i32 0} ; [ DW_TAG_lexical_block ]
|
||||||
|
|
||||||
;CHECK: DEBUG_VALUE: bar:x <- E
|
;CHECK: DEBUG_VALUE: bar:x <- EBX+0
|
||||||
;CHECK: Ltmp
|
;CHECK-NEXT:Ltmp
|
||||||
;CHECK: DEBUG_VALUE: foo:y <- 1+0
|
;CHECK-NEXT: DEBUG_VALUE: foo:y <- 1+0
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
|
; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
%struct.a = type { i32 }
|
%struct.a = type { i32 }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user