mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 19:37:37 -04:00
5 lines
387 B
C
5 lines
387 B
C
// 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"
|