summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-embed-source.c
blob: 3b607b61f7d7e8b994c6f485353181eb6d86c539 (plain)
1
2
3
4
5
// RUN: %clang_cc1                -debug-info-kind=limited -emit-llvm %p/Inputs/debug-info-embed-source.c -o - | FileCheck %s --check-prefix=NOEMBED
// RUN: %clang_cc1 -gembed-source -debug-info-kind=limited -emit-llvm %p/Inputs/debug-info-embed-source.c -o - | FileCheck %s --check-prefix=EMBED

// NOEMBED-NOT: !DIFile({{.*}}source:
// EMBED: !DIFile({{.*}}source: "void foo() { }\0A"