From 90c9a16dbfa347016977fa49b0cfe0db438a9504 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 16 Apr 2015 15:09:33 +0000 Subject: [PATCH] Add a triple to switch.ll test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235103 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/switch.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/switch.ll b/test/CodeGen/X86/switch.ll index 91252b35dfe..5bacd907930 100644 --- a/test/CodeGen/X86/switch.ll +++ b/test/CodeGen/X86/switch.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=x86-64 %s -o - | FileCheck %s -; RUN: llc -march=x86-64 %s -o - -O0 | FileCheck --check-prefix=NOOPT %s +; RUN: llc -mtriple=x86_64-linux-gnu %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-linux-gnu %s -o - -O0 | FileCheck --check-prefix=NOOPT %s declare void @g(i32)