]> granicus.if.org Git - clang/commitdiff
Added a triple to the test builtins-multiprecision.c.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 13 Jan 2013 03:40:23 +0000 (03:40 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 13 Jan 2013 03:40:23 +0000 (03:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172342 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtins-multipercision.c

index d49d0fd70232eb3e5396f3a3c182868fc75e2952..4a3133511022829767f0d4c7c26563ebe8862394 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -x c %s -o - -O3 | FileCheck %s
+// RUN: %clang_cc1 -triple "x86_64-unknown-unknown" -emit-llvm -x c %s -o - -O3 | FileCheck %s
 
 unsigned short test_addcs(unsigned short x, unsigned short y,
                           unsigned short carryin, unsigned short *z) {