| 1 | // RUN: %clang_cc1 -flto -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s |
|---|---|
| 2 | // RUN: %clang_cc1 -flto=thin -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s |
| 3 | // The "o" in LTO stands for optimization! |
| 4 | // CHECK: !DICompileUnit({{.*}} isOptimized: true |
| 5 |