forked from OSchip/llvm-project
Add mtriple to test case to avoid problems with different naming schemes
llvm-svn: 234793
This commit is contained in:
parent
7fa6629d7d
commit
cab9ce9163
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=x86 < %s | FileCheck %s
|
||||
; RUN: llc -march=x86-64 -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: tail_memcpy
|
||||
; CHECK: jmp memcpy
|
||||
|
|
Loading…
Reference in New Issue