Files
clang-p2996/llvm/test/tools/llvm-mca/X86/invalid-empty-file.s
Fangrui Song f50ad6c311 Replace unused output filenames with /dev/null in tests
Similar to rLLD336129

llvm-svn: 336131
2018-07-02 18:16:44 +00:00

4 lines
150 B
ArmAsm

# RUN: not llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=btver2 -o /dev/null 2>&1 | FileCheck %s
# CHECK: error: no assembly instructions found.