Skip to content

Commit e6cdef1

Browse files
committed
[XRay][test] Clean up llc RUN lines
1 parent 9cddfe3 commit e6cdef1

29 files changed

+54
-57
lines changed

llvm/test/CodeGen/AArch64/xray-attribute-instrumentation.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
22

33
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
44
; CHECK-LABEL: foo:

llvm/test/CodeGen/AArch64/xray-omit-function-index.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -no-xray-index -o - -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -no-xray-index -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
22

33
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
44
; CHECK-LABEL: Lxray_sled_0:
@@ -30,4 +30,4 @@ define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always"
3030
; CHECK: .xword .Lxray_sled_1
3131
; CHECK-LABEL: Lxray_sleds_end0
3232

33-
; CHECK-NOT: xray_fn_idx
33+
; CHECK-NOT: xray_fn_idx

llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-entry.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
22

33
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" "xray-skip-entry" {
44
; CHECK-NOT: Lxray_sled_0:

llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-exit.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
22

33
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" "xray-skip-exit" {
44
; CHECK-LABEL: Lxray_sled_0:

llvm/test/CodeGen/AArch64/xray-tail-call-sled.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=aarch64-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=aarch64-linux-gnu < %s | FileCheck %s
22

33
define i32 @callee() nounwind noinline uwtable "function-instrument"="xray-always" {
44
; CHECK: .p2align 2

llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=armv6-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=armv6-apple-ios6.0.0 < %s | FileCheck %s
1+
; RUN: llc -mtriple=armv6-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=armv6-apple-ios6.0.0 < %s | FileCheck %s
33

44
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
55
; CHECK-LABEL: Lxray_sled_0:

llvm/test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=armv7-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=armv7-apple-ios6.0.0 < %s | FileCheck %s
1+
; RUN: llc -mtriple=armv7-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=armv7-apple-ios6.0.0 < %s | FileCheck %s
33

44
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
55
; CHECK-LABEL: Lxray_sled_0:

llvm/test/CodeGen/ARM/xray-tail-call-sled.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=armv7-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=armv7-apple-ios6.0.0 < %s | FileCheck %s
1+
; RUN: llc -mtriple=armv7-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=armv7-apple-ios6.0.0 < %s | FileCheck %s
33

44
define i32 @callee() nounwind noinline uwtable "function-instrument"="xray-always" {
55
; CHECK: .p2align 2

llvm/test/CodeGen/Hexagon/xray-pred-ret.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
1+
; RUN: llc -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
22

33
define void @Foo(i32 signext %a, i32 signext %b) #0 {
44
; CHECK-LABEL: @Foo

llvm/test/CodeGen/Hexagon/xray.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=hexagon-unknown-elf < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
1+
; RUN: llc -mtriple=hexagon-unknown-elf < %s | FileCheck %s
2+
; RUN: llc -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
33

44
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
55
; CHECK-LABEL: .Lxray_sled_0:

llvm/test/CodeGen/Mips/xray-mips-attribute-instrumentation.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=mips-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS32 %s
2-
; RUN: llc -filetype=asm -o - -mtriple=mipsel-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS32 %s
3-
; RUN: llc -filetype=asm -o - -mtriple=mips64-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS64 %s
4-
; RUN: llc -filetype=asm -o - -mtriple=mips64el-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS64 %s
1+
; RUN: llc -mtriple=mips-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS32 %s
2+
; RUN: llc -mtriple=mipsel-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS32 %s
3+
; RUN: llc -mtriple=mips64-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS64 %s
4+
; RUN: llc -mtriple=mips64el-unknown-linux-gnu < %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-MIPS64 %s
55

66
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
77
; CHECK: .p2align 2

llvm/test/CodeGen/Mips/xray-section-group.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=mips-unknown-linux-gnu -function-sections < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=mipsel-unknown-linux-gnu -function-sections < %s | FileCheck %s
1+
; RUN: llc -mtriple=mips-unknown-linux-gnu -function-sections < %s | FileCheck %s
2+
; RUN: llc -mtriple=mipsel-unknown-linux-gnu -function-sections < %s | FileCheck %s
33
; RUN: llc -filetype=obj -o %t -mtriple=mips-unknown-linux-gnu -function-sections < %s
44
; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
55
; RUN: llc -filetype=obj -o %t -mtriple=mipsel-unknown-linux-gnu -function-sections < %s
66
; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
7-
; RUN: llc -filetype=asm -o - -mtriple=mips64-unknown-linux-gnu -function-sections < %s | FileCheck %s
8-
; RUN: llc -filetype=asm -o - -mtriple=mips64el-unknown-linux-gnu -function-sections < %s | FileCheck %s
7+
; RUN: llc -mtriple=mips64-unknown-linux-gnu -function-sections < %s | FileCheck %s
8+
; RUN: llc -mtriple=mips64el-unknown-linux-gnu -function-sections < %s | FileCheck %s
99
; RUN: llc -filetype=obj -o %t -mtriple=mips64-unknown-linux-gnu -function-sections < %s
1010
; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
1111
; RUN: llc -filetype=obj -o %t -mtriple=mips64el-unknown-linux-gnu -function-sections < %s

llvm/test/CodeGen/PowerPC/xray-attribute-instrumentation.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -filetype=asm -o - -mtriple=powerpc64le-unknown-linux-gnu \
3-
; RUN: -relocation-model=pic < %s | FileCheck %s
1+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
43

54
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
65
; CHECK-LABEL: foo:

llvm/test/CodeGen/PowerPC/xray-conditional-return.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
22

33
define void @Foo(i32 signext %a, i32 signext %b) #0 {
44
; CHECK-LABEL: @Foo

llvm/test/CodeGen/PowerPC/xray-ret-is-terminator.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -verify-machineinstrs -o - -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
22

33
define void @ILLBeBack() #0 {
44
; CHECK-LABEL: @ILLBeBack

llvm/test/CodeGen/PowerPC/xray-tail-call-hidden.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -o - -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
22

33
declare hidden i32 @callee() nounwind noinline uwtable "function-instrument"="xray-always"
44

llvm/test/CodeGen/PowerPC/xray-tail-call-sled.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -filetype=asm -relocation-model=pic -o - -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
1+
; RUN: llc -relocation-model=pic -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
22

33
define i32 @callee() nounwind noinline uwtable "function-instrument"="xray-always" {
44
; CHECK-LABEL: .Ltmp0:

llvm/test/CodeGen/X86/xray-attribute-instrumentation.ll

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - \
3-
; RUN: -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
4-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
3+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
54

65
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
76
; CHECK: .p2align 1, 0x90

llvm/test/CodeGen/X86/xray-custom-log.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -verify-machineinstrs -mtriple=x86_64 < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -mtriple=x86_64 -relocation-model=pic < %s | FileCheck %s --check-prefix=PIC
1+
; RUN: llc -mtriple=x86_64 < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64 -relocation-model=pic < %s | FileCheck %s --check-prefix=PIC
33

44
; RUN: llc -mtriple=x86_64 -filetype=obj %s -o %t
55
; RUN: llvm-dwarfdump %t | FileCheck %s --check-prefix=DBG

llvm/test/CodeGen/X86/xray-empty-firstmbb.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
1+
# RUN: llc -run-pass=xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
22
#
33
# Make sure we can handle empty first basic blocks.
44

llvm/test/CodeGen/X86/xray-ignore-loop-detection.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
33

44
define i32 @foo(i32 %i) nounwind noinline uwtable "xray-instruction-threshold"="10" "xray-ignore-loops" {
55
entry:

llvm/test/CodeGen/X86/xray-log-args.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; When logging arguments is specified, emit the entry sled accordingly.
22

3-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
4-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
3+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
4+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
55

66
define i32 @callee(i32 %arg) nounwind noinline uwtable "function-instrument"="xray-always" "xray-log-args"="1" {
77
ret i32 %arg

llvm/test/CodeGen/X86/xray-loop-detection.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
33

44
define i32 @foo(i32 %i) nounwind noinline uwtable "xray-instruction-threshold"="10" {
55
entry:

llvm/test/CodeGen/X86/xray-multiplerets-in-blocks.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -verify-machineinstrs -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
1+
# RUN: llc -run-pass=xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
22
#
33
# Make sure we can handle multiple ret instructions in a single basic block for
44
# XRay.

llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-entry.ll

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - \
3-
; RUN: -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
4-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
3+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
54

65
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" "xray-skip-entry" {
76
; CHECK-NOT: Lxray_sled_0:

llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-exit.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - \
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc \
33
; RUN: -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
4-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
4+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
55

66
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" "xray-skip-exit" {
77
; CHECK: .p2align 1, 0x90

llvm/test/CodeGen/X86/xray-section-group.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu -function-sections < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=obj -o %t -mtriple=x86_64-unknown-linux-gnu -function-sections < %s
3-
; RUN: llvm-objdump --triple=x86_64-unknown-linux-gnu --disassemble-all %t | FileCheck %s --check-prefix=CHECK-OBJ
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -function-sections < %s | FileCheck %s
2+
; RUN: llc -filetype=obj -o %t -mtriple=x86_64-unknown-linux-gnu -function-sections < %s
3+
; RUN: llvm-objdump --disassemble-all %t | FileCheck %s --check-prefix=CHECK-OBJ
44

55
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
66
; CHECK: .section .text.foo,"ax",@progbits

llvm/test/CodeGen/X86/xray-selective-instrumentation.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc < %s -verify-machineinstrs -mcpu=nehalem | FileCheck %s
2+
; RUN: llc < %s -mcpu=nehalem | FileCheck %s
33

44
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
55
target triple = "x86_64-apple-darwin8"

llvm/test/CodeGen/X86/xray-tail-call-sled.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2-
; RUN: llc -verify-machineinstrs -filetype=asm -o - -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
1+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2+
; RUN: llc -mtriple=x86_64-darwin-unknown < %s | FileCheck %s
33

44
define dso_local i32 @callee() nounwind noinline uwtable "function-instrument"="xray-always" {
55
; CHECK: .p2align 1, 0x90

0 commit comments

Comments
 (0)