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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits