xref: /llvm-project/llvm/test/tools/llvm-exegesis/X86/latency/snippet-address-annotations-unsupported.s (revision f1963fde9f8be49454d827d72b83ee8aaa78a9cc)
1# REQUIRES: exegesis-can-measure-latency, x86_64-linux
2
3# RUN: not llvm-exegesis -mtriple=x86_64-unknown-unknown -snippets-file=%s -mode=latency 2>&1 | FileCheck %s
4
5# CHECK: llvm-exegesis error: Memory and snippet address annotations are only supported in subprocess execution mode
6
7# LLVM-EXEGESIS-SNIPPET-ADDRESS 10000
8
9movq $0, %rax
10