Skip to content

Commit

Permalink
Forgot to add a -mtriple to a test. NFC
Browse files Browse the repository at this point in the history
This should unbreak the clang-ppc64be-linux buildbot.
  • Loading branch information
adibiagio committed May 5, 2020
1 parent 07f8ca6 commit 5bb5fa3
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
# RUN: llvm-mca -mcpu=haswell -timeline -timeline-max-iterations=1 < %s | FileCheck %s -check-prefixes=ALL,NOALIAS
# RUN: llvm-mca -mcpu=haswell -timeline -timeline-max-iterations=1 -noalias=false < %s | FileCheck %s -check-prefixes=ALL,YESALIAS
# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell -timeline -timeline-max-iterations=1 < %s | FileCheck %s -check-prefixes=ALL,NOALIAS
# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell -timeline -timeline-max-iterations=1 -noalias=false < %s | FileCheck %s -check-prefixes=ALL,YESALIAS

addq $44, 64(%r14)
addq $44, 128(%r14)
Expand Down

0 comments on commit 5bb5fa3

Please sign in to comment.