You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
329 B
10 lines
329 B
// RUN: %clang_cc1 -I %S/Inputs/getSourceDescriptor-crash -S -emit-llvm -debug-info-kind=limited -debugger-tuning=lldb -fimplicit-module-maps %s -o - | FileCheck %s
|
|
|
|
#include "h1.h"
|
|
#include "h1.h"
|
|
|
|
// CHECK: DIImportedEntity
|
|
// CHECK-SAME: entity: ![[ENTITY:[0-9]+]]
|
|
// CHECK: ![[ENTITY]] = !DIModule
|
|
// CHECK-SAME: name: "foo"
|