Home | History | Annotate | Download | only in Modules
      1 // 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
      2 
      3 #include "h1.h"
      4 #include "h1.h"
      5 
      6 // CHECK: DIImportedEntity
      7 // CHECK-SAME: entity: ![[ENTITY:[0-9]+]]
      8 // CHECK: ![[ENTITY]] = !DIModule
      9 // CHECK-SAME: name: "foo"
     10