Adrian Prantl | b442302 | 2017-08-04 23:08:57 +0000 | [diff] [blame] | 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 |