File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed
Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 11; RUN: opt -aarch64-stack-tagging -stack-tagging-record-stack-history=instr -S -o - %s | FileCheck %s
22
3- ;; Also test with RemoveDIs to verify that debug intrinsics immediately
4- ;; preceding an alloca (or other instruction of interest to stack tagging) will
5- ;; be correctly processed.
6-
73target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
84target triple = "aarch64--linux-android35"
95
Original file line number Diff line number Diff line change 55; RUN: llc < %s -filetype=obj -o %t
66; RUN: obj2yaml < %t | FileCheck %s --check-prefixes=YAML,YAML-FILE
77
8- ; Repeat with experimental debuginfo iterators:
9- ; RUN: obj2yaml < %t | FileCheck %s --check-prefixes=YAML,YAML-FILE
10-
118; C++ source to regenerate:
129; $ cat a.cpp
1310; int first;
Original file line number Diff line number Diff line change 22; RUN: llc < %s | llvm-mc -filetype=obj --triple=x86_64-windows | llvm-readobj - --codeview | FileCheck %s
33; RUN: llc < %s | FileCheck %s --check-prefix=ASM
44
5- ; Repeat with experimental debuginfo iterators.
6-
75; C++ source to regenerate:
86; $ cat numeric-leaves.cpp
97; const long long Minus1 = -1;
Original file line number Diff line number Diff line change 22; RUN: llc < %s | FileCheck %s --check-prefix=ASM
33; RUN: opt -S -debugger-tune=lldb %s | FileCheck -check-prefix=OPT %s
44
5- ; Do the same for experimental debuginfo iterators.
6-
75; -- "thunk.cpp" begin --------------------------------------------------------
86; class A { public: virtual bool MyMethod() { return true; } };
97; class B { public: virtual bool MyMethod() { return true; } };
You can’t perform that action at this time.
0 commit comments