Use an even more precise triple to avoid errors on Darwin, where we don't use comdats for inline entities.

llvm-svn: 319835
This commit is contained in:
Richard Smith 2017-12-05 21:29:36 +00:00
parent 8d345cb8a5
commit fa285df5c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}