From: NAKAMURA Takumi Date: Thu, 13 Feb 2014 11:06:23 +0000 (+0000) Subject: llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=92a24ec0137df8594379763a1ac82f1a9069abc9;p=oota-llvm.git llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown, or this would crash for targeting pecoff like *-mingw32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/cpus.ll b/test/CodeGen/AArch64/cpus.ll index 9d9b5e4a39f..f0b60f040f6 100644 --- a/test/CodeGen/AArch64/cpus.ll +++ b/test/CodeGen/AArch64/cpus.ll @@ -1,9 +1,9 @@ ; This tests that llc accepts all valid AArch64 CPUs -; RUN: llc < %s -march=aarch64 -mcpu=generic 2>&1 | FileCheck %s -; RUN: llc < %s -march=aarch64 -mcpu=cortex-a53 2>&1 | FileCheck %s -; RUN: llc < %s -march=aarch64 -mcpu=cortex-a57 2>&1 | FileCheck %s -; RUN: llc < %s -march=aarch64 -mcpu=invalidcpu 2>&1 | FileCheck %s --check-prefix=INVALID +; RUN: llc < %s -mtriple=aarch64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s +; RUN: llc < %s -mtriple=aarch64-unknown-unknown -mcpu=cortex-a53 2>&1 | FileCheck %s +; RUN: llc < %s -mtriple=aarch64-unknown-unknown -mcpu=cortex-a57 2>&1 | FileCheck %s +; RUN: llc < %s -mtriple=aarch64-unknown-unknown -mcpu=invalidcpu 2>&1 | FileCheck %s --check-prefix=INVALID ; CHECK-NOT: {{.*}} is not a recognized processor for this target ; INVALID: {{.*}} is not a recognized processor for this target