Skip to content
Snippets Groups Projects
Commit 7e227597 authored by Richard Smith's avatar Richard Smith
Browse files

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

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
parent 7a80359d
No related branches found
No related tags found
No related merge requests found
// 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 {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment