diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-01-13 03:40:23 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-01-13 03:40:23 +0000 |
commit | 5a808c0adc44bffc1391815d6b40cf6e20994293 (patch) | |
tree | b39c96dfbd9f70600e788ec6557c1878d16d263e | |
parent | 0cf07bcc6c53f1df421d4c40ce52d43e8d8adcd3 (diff) |
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
-rw-r--r-- | test/CodeGen/builtins-multipercision.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |