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