From 7e227597175457b3adb9b9a7f94f30aeca787938 Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Tue, 5 Dec 2017 21:29:36 +0000 Subject: [PATCH] Use an even more precise triple to avoid errors on Darwin, where we don't use comdats for inline entities. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319835 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/var-templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/var-templates.cpp b/test/Modules/var-templates.cpp index 398e38162c2..eca24287396 100644 --- a/test/Modules/var-templates.cpp +++ b/test/Modules/var-templates.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s +// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s #pragma clang module build A module A {} -- GitLab