forked from OSchip/llvm-project
[VLA] Fix the test failure on msvc by specifying the triple.
Differential Revision: https://reviews.llvm.org/D24333 llvm-svn: 295127
This commit is contained in:
parent
dfc8aa8e1b
commit
def72aad0b
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -x c++ -emit-llvm < %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -x c++ -triple x86_64-pc-linux-gnu -emit-llvm < %s | FileCheck %s
|
||||
|
||||
struct A { A(int); ~A(); };
|
||||
int f(const A &);
|
||||
|
|
Loading…
Reference in New Issue