summaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info-lto.c
blob: 5dab0a12641ff1242f421fb9596ed70ea66bf236 (plain)
1
2
3
4
// RUN: %clang_cc1 -flto -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
// RUN: %clang_cc1 -flto=thin -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
// The "o" in LTO stands for optimization!
// CHECK: !DICompileUnit({{.*}} isOptimized: true