mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
98a53476a7
Summary: It's super irritating. [properly configured] git client then complains about that double-newline, and you have to use `--force` to ignore the warning, since even if you fix it manually, it will be reintroduced the very next runtime :/ Reviewers: RKSimon, andreadb, courbet, craig.topper, javed.absar, gbedwell Reviewed By: gbedwell Subscribers: javed.absar, tschuett, gbedwell, llvm-commits Differential Revision: https://reviews.llvm.org/D47697 llvm-svn: 333887
10 lines
203 B
ArmAsm
10 lines
203 B
ArmAsm
# RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
|
|
|
|
# LLVM-MCA-BEGIN
|
|
# LLVM-MCA-END
|
|
|
|
# LLVM-MCA-BEGIN
|
|
# LLVM-MCA-END
|
|
|
|
# CHECK: error: no assembly instructions found.
|