brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · 5dab0a1 Raw
5 lines · c
1// RUN: %clang_cc1 -flto -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s2// RUN: %clang_cc1 -flto=thin -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s3// The "o" in LTO stands for optimization!4// CHECK: !DICompileUnit({{.*}} isOptimized: true5