clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686.

llvm-svn: 169220
This commit is contained in:
NAKAMURA Takumi 2012-12-04 06:58:05 +00:00
parent 1ca9862cfb
commit ecc759a684
1 changed files with 1 additions and 1 deletions

View File

@ -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 {