[cfe-commits] r172342 - /cfe/trunk/test/CodeGen/builtins-multipercision.c

Charles Davis cdavis5x at gmail.com
Sat Jan 12 19:44:57 PST 2013


On Jan 12, 2013, at 8:40 PM, Michael Gottesman wrote:

> Author: mgottesman
> Date: Sat Jan 12 21:40:23 2013
> New Revision: 172342
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=172342&view=rev
> Log:
> Added a triple to the test builtins-multiprecision.c.
> 
> Modified:
>    cfe/trunk/test/CodeGen/builtins-multipercision.c
You realize this test name has a typo in it, right?

Chip

> 
> Modified: cfe/trunk/test/CodeGen/builtins-multipercision.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-multipercision.c?rev=172342&r1=172341&r2=172342&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGen/builtins-multipercision.c (original)
> +++ cfe/trunk/test/CodeGen/builtins-multipercision.c Sat Jan 12 21:40:23 2013
> @@ -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) {
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits





More information about the cfe-commits mailing list