ldc/tests/linking/thinlto_1.d
2018-10-15 22:31:59 +02:00

13 lines
239 B
D

// Test ThinLTO commandline flag
// REQUIRES: LTO
// RUN: %ldc %s -of=%t%obj -c -flto=thin -vv | FileCheck %s
// RUN: %ldc -flto=thin -run %s
// CHECK: Writing LLVM bitcode
// CHECK: Creating module summary for ThinLTO
void main()
{
}