1# REQUIRES: exegesis-can-measure-latency, x86_64-linux 2 3# RUN: not llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -snippets-file=%s -execution-mode=subprocess 2>&1 | FileCheck %s 4 5# CHECK: llvm-exegesis error: Child benchmarking process exited with non-zero exit code: Child process returned with unknown exit code 6 7movl $60, %eax 8movl $127, %edi 9syscall 10