File tree 7 files changed +11
-0
lines changed 7 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 24
24
; RUN: llc -O0 -cas-friendly-debug-info --filetype=obj --cas-backend --cas=%t/cas --mccas-casid %s --mccas-emit-casid-file -o -
25
25
; RUN: not cat %t/test.o.casid
26
26
27
+ ; REQUIRES: aarch64-registered-target
28
+
27
29
; ModuleID = '/Users/shubham/Development/test109275485/a.cpp'
28
30
source_filename = "/Users/shubham/Development/test109275485/a.cpp"
29
31
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ if not " AArch64" in config.root.targets:
2
+ config.unsupported = True
Original file line number Diff line number Diff line change
1
+ // REQUIRES: aarch64-registered-target
1
2
// RUN: rm -rf %t && mkdir -p %t
2
3
// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-native %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o
3
4
// RUN: cat %t/test.o.casid | FileCheck %s --check-prefix=NATIVE_FILENAME
Original file line number Diff line number Diff line change 5
5
; RUN: llc -cas-friendly-debug-info -O0 --filetype=obj --cas-backend --cas=%t.casdb --mccas-casid -o %t_DIE.casid %s
6
6
; RUN: llvm-cas-dump --cas=%t.casdb --casid-file %t_DIE.casid --die-refs | FileCheck %s --check-prefix=DWARF-DIE
7
7
8
+ ; REQUIRES: aarch64-registered-target
9
+
8
10
; This test is created from a C program like:
9
11
; int foo() { return 10; }
10
12
Original file line number Diff line number Diff line change 2
2
; RUN: llc -O0 --filetype=obj --cas-backend --cas=%t.casdb --mccas-casid -o %t_DIE.casid %s
3
3
; RUN: llvm-cas-dump --cas=%t.casdb --casid-file %t_DIE.casid --die-refs | FileCheck %s --check-prefix=DWARF-DIE
4
4
5
+ ; REQUIRES: aarch64-registered-target
6
+
5
7
; DWARF-DIE: mc:debug_DIE_top_level llvmcas://{{.*}}
6
8
; DWARF-DIE-NEXT: Header = [68 0 0 0 4 0 0 0 0 0 8]
7
9
; DWARF-DIE-NEXT: CAS Block: llvmcas://{{.*}}
Original file line number Diff line number Diff line change 2
2
; RUN: llc -O0 --filetype=obj --cas-backend --cas=%t.casdb --mccas-casid -o %t_DIE.casid %s
3
3
; RUN: llvm-cas-dump --cas=%t.casdb --casid-file %t_DIE.casid --die-refs | FileCheck %s --check-prefix=DWARF-DIE
4
4
5
+ ; REQUIRES: aarch64-registered-target
6
+
5
7
; DWARF-DIE: mc:debug_DIE_top_level llvmcas://{{.*}}
6
8
; DWARF-DIE-NEXT: Header = [CD 0 0 0 4 0 0 0 0 0 8]
7
9
; DWARF-DIE-NEXT: CAS Block: llvmcas://{{.*}}
You can’t perform that action at this time.
0 commit comments