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

13 lines
232 B
D

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