Fix ARM intrinsics-overflow.ll test on Windows
[oota-llvm.git] / test / CodeGen / ARM / intrinsics-overflow.ll
index c414add59f97743e5ce98aa2e2e473e50b25f175..af3dd9dd4117fe2348b4666251fcb06bd2956e15 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=generic | FileCheck %s
+; RUN: llc < %s -mtriple=arm-linux -mcpu=generic | FileCheck %s
 
 define i32 @uadd_overflow(i32 %a, i32 %b) #0 {
   %sadd = tail call { i32, i1 } @llvm.uadd.with.overflow.i32(i32 %a, i32 %b)