1 // RUN: rm -rf %t 2 // RUN: %clang_cc1 -I %S/Inputs/getSourceDescriptor-crash -emit-llvm -debug-info-kind=limited -debugger-tuning=lldb -fmodules -fmodules-cache-path=%t -fimplicit-module-maps %s -o - | FileCheck %s 3 4 #include "h1.h" 5 #include "h1.h" 6 7 // CHECK: DIImportedEntity 8 // CHECK-SAME: entity: ![[ENTITY:[0-9]+]] 9 // CHECK: ![[ENTITY]] = !DIModule 10 // CHECK-SAME: name: "foo" 11