diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 06:58:05 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-04 06:58:05 +0000 |
commit | 1fec8fcfffb653a32fb147505677b3fe1fef2503 (patch) | |
tree | e0fb23bffc8074d8903a7129a37eec0b29fd5d06 | |
parent | 003ec237adbabe93d5f87d8c23b4d148b4767617 (diff) |
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
-rw-r--r-- | test/CodeGenCXX/debug-info-zero-length-arrays.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 // <rdar://problem/12566646> class A { |