Add missing triple in my previous commit!
authorQuentin Colombet <qcolombet@apple.com>
Fri, 4 Mar 2016 23:36:32 +0000 (23:36 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 4 Mar 2016 23:36:32 +0000 (23:36 +0000)
llvm-svn: 262760

llvm/test/CodeGen/X86/base-pointer-and-cmpxchg.ll

index c3e2b52..98ca96f 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llc -mattr=+cx16 -x86-use-base-pointer=true -stackrealign -stack-alignment=32  %s -o - | FileCheck --check-prefix=CHECK --check-prefix=USE_BASE %s
 ; RUN: llc -mattr=+cx16 -x86-use-base-pointer=false -stackrealign -stack-alignment=32  %s -o - | FileCheck --check-prefix=CHECK --check-prefix=DONT_USE_BASE %s
+target triple = "x86_64-apple-macosx"
 
 ; This function uses dynamic allocated stack to force the use
 ; of a frame pointer.