From: Stephen Canon Date: Fri, 20 Jul 2018 03:50:55 +0000 (+0000) Subject: Add x86_64-unkown triple to llc for x86 test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14b97bb6303f943ffdfa0321f2caad1e3157bd1a;p=llvm Add x86_64-unkown triple to llc for x86 test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337523 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr38038.ll b/test/CodeGen/X86/pr38038.ll index 42ade7c5a76..eaacfedd651 100644 --- a/test/CodeGen/X86/pr38038.ll +++ b/test/CodeGen/X86/pr38038.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown ; PR38038 define i8 @crash(half) {