From: Michael Gottesman Date: Sun, 13 Jan 2013 03:40:23 +0000 (+0000) Subject: Added a triple to the test builtins-multiprecision.c. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a808c0adc44bffc1391815d6b40cf6e20994293;p=clang Added a triple to the test builtins-multiprecision.c. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/builtins-multipercision.c b/test/CodeGen/builtins-multipercision.c index d49d0fd702..4a31335110 100644 --- a/test/CodeGen/builtins-multipercision.c +++ b/test/CodeGen/builtins-multipercision.c @@ -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) {