brintos

brintos / llvm-project-archived public Read only

0
0
Text · 378 B · 103e8ca Raw
11 lines · cpp
1// RUN: rm -rf %t2// 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 %s3 4#include "h1.h"5#include "h1.h"6 7// CHECK: DIImportedEntity8// CHECK-SAME: entity: ![[ENTITY:[0-9]+]]9// CHECK: ![[ENTITY]] = !DIModule10// CHECK-SAME: name: "foo"11