diff options
-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 { |