Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / getSourceDescriptor-crash.cpp
blob53111786472f75ab03d265d5663998f5e81b7245
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -I %S/Inputs/getSourceDescriptor-crash -S -emit-llvm -debug-info-kind=limited -debugger-tuning=lldb -fmodules -fmodules-cache-path=%t -fimplicit-module-maps %s -o - | FileCheck %s
4 #include "h1.h"
5 #include "h1.h"
7 // CHECK: DIImportedEntity
8 // CHECK-SAME: entity: ![[ENTITY:[0-9]+]]
9 // CHECK: ![[ENTITY]] = !DIModule
10 // CHECK-SAME: name: "foo"