[cfe-commits] r169220 - /cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp

Bill Wendling wendling at apple.com
Mon Dec 3 23:36:48 PST 2012


Sorry about the breakage.

-bw


On Dec 3, 2012, at 10:58 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> Author: chapuni
> Date: Tue Dec  4 00:58:05 2012
> New Revision: 169220
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=169220&view=rev
> Log:
> clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686.
> 
> Modified:
>    cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp
> 
> Modified: cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp?rev=169220&r1=169219&r2=169220&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/debug-info-zero-length-arrays.cpp Tue Dec  4 00:58:05 2012
> @@ -1,4 +1,4 @@
> -// RUN: %clang -fverbose-asm -g -O0 -S %s -o - | FileCheck %s
> +// RUN: %clang -target x86_64-unknown-unknown -fverbose-asm -g -O0 -S %s -o - | FileCheck %s
> // <rdar://problem/12566646>
> 
> class A {
> 
> 
> _______________________________________________
> 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