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

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 3 22:58:05 PST 2012


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 {





More information about the cfe-commits mailing list