summaryrefslogtreecommitdiff
path: root/test/Driver/lto-plugin-darwin.c
blob: 2e9e6ba5b4250916f368a0c16ebd38631c9380f5 (plain)
1
2
3
4
5
6
// Check that Darwin uses LLVMgold.dylib.
// REQUIRES: system-darwin
// RUN: %clang -### %s -target x86_64-unknown-linux -flto 2>&1 \
// RUN:   | FileCheck -check-prefix=CHECK-LTO-PLUGIN %s
//
// CHECK-LTO-PLUGIN: "-plugin" "{{.*}}/LLVMgold.dylib"