llvm-project/clang/test/CodeGen/debug-info-embed-source.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
387 B
C
Raw Normal View History

// 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"