From 47eafb92183275ae9dfa684543713f105d2a083f Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 30 Nov 2016 00:31:16 +0000 Subject: [PATCH] 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 --- test/Frontend/plugin-vs-debug-info.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Frontend/plugin-vs-debug-info.cpp b/test/Frontend/plugin-vs-debug-info.cpp index dceb2f1d5a..27631e5ba5 100644 --- a/test/Frontend/plugin-vs-debug-info.cpp +++ b/test/Frontend/plugin-vs-debug-info.cpp @@ -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 -- 2.50.1