Skip to content

Commit 7e22759

Browse files
committed
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
1 parent 7a80359 commit 7e22759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Modules/var-templates.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s
1+
// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
22

33
#pragma clang module build A
44
module A {}

0 commit comments

Comments
 (0)