forked from OSchip/llvm-project
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:
parent
8d345cb8a5
commit
fa285df5c3
|
@ -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 {}
|
||||
|
|
Loading…
Reference in New Issue