mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:46:07 +00:00
5 lines
272 B
C
5 lines
272 B
C
// 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
|