bolt/deps/llvm-18.1.8/clang/test/CodeGen/debug-info-embed-source.c

6 lines
391 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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(void) { }\0A"