From 0634a6fc51d53eb88840ae4e600b705f93e9315b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 29 Jan 2017 11:10:34 +0000 Subject: [PATCH] Add -mtriple=aarch64-unknown to llvm/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll. Unsupported target might be induced if default target is neither macho nor elf. (e.g. *-win32) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293430 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/GlobalISel/gisel-abort.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll b/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll index 76eafdd5af5..a1480c46fe4 100644 --- a/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll +++ b/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll @@ -1,4 +1,4 @@ -; RUN: llc -march aarch64 -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s +; RUN: llc -mtriple=aarch64-unknown-unknown -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s ; CHECK-NOT: fallback ; CHECK: empty -- 2.40.0