From: NAKAMURA Takumi Date: Tue, 4 Dec 2012 06:58:05 +0000 (+0000) Subject: clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fec8fcfffb653a32fb147505677b3fe1fef2503;p=clang clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169220 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-zero-length-arrays.cpp b/test/CodeGenCXX/debug-info-zero-length-arrays.cpp index bfbea3739c..1d59deb9e4 100644 --- a/test/CodeGenCXX/debug-info-zero-length-arrays.cpp +++ b/test/CodeGenCXX/debug-info-zero-length-arrays.cpp @@ -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 // class A {