Give this test that uses Itanium mangling a triple

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2016-11-30 00:31:16 +00:00
parent 1f0b0f907b
commit 47eafb9218
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
// happens to use a RecursiveASTVisitor that forces deserialization of AST
// files.
//
// RUN: %clang_cc1 -fdelayed-template-parsing -std=c++14 -emit-pch -o %t.pch %s
// RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext \
// RUN: %clang_cc1 -triple %itanium_abi_triple -fdelayed-template-parsing \
// RUN: -std=c++14 -emit-pch -o %t.pch %s
// RUN: %clang_cc1 -triple %itanium_abi_triple \
// RUN: -load %llvmshlibdir/PrintFunctionNames%pluginext \
// RUN: -add-plugin print-fns -std=c++14 -include-pch %t.pch %s -emit-llvm \
// RUN: -fdelayed-template-parsing -debug-info-kind=limited \
// RUN: -o %t.ll 2>&1 | FileCheck --check-prefix=DECLS %s