mirror of https://github.com/microsoft/clang.git
Add a triple to codegen test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66273610fe
commit
21173cb65e
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -std=c++1z %s -emit-llvm -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -std=c++1z %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
|
||||
|
||||
template<typename T> struct A {
|
||||
A(T = 0);
|
||||
|
|
Loading…
Reference in New Issue