brintos

brintos / llvm-project-archived public Read only

0
0
Text · 343 B · e981aef Raw
10 lines · plain
1## Check that Arm SPE mode is unavailable on X86.2 3REQUIRES: system-linux,x86_64-linux4 5RUN: %clang %cflags %p/../../Inputs/asm_foo.s %p/../../Inputs/asm_main.c -o %t.exe6RUN: touch %t.empty.perf.data7RUN: not perf2bolt -p %t.empty.perf.data -o %t.perf.boltdata --spe --pa %t.exe 2>&1 | FileCheck %s8 9CHECK: -spe is available only on AArch64.10