mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
4 lines
272 B
C
4 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
|