forked from OSchip/llvm-project
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:
parent
1ca9862cfb
commit
ecc759a684
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue