diff options
Diffstat (limited to 'test/CodeGen/debug-info-lto.c')
-rw-r--r-- | test/CodeGen/debug-info-lto.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/debug-info-lto.c b/test/CodeGen/debug-info-lto.c new file mode 100644 index 000000000000..5dab0a12641f --- /dev/null +++ b/test/CodeGen/debug-info-lto.c @@ -0,0 +1,4 @@ +// 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 |