Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / debug-prefix-map.cpp
blob5e90aedd8ed73cd3b662b3b50eaef359eff571cb
1 // RUN: %clang_cc1 -debug-info-kind=standalone -fdebug-prefix-map=%p=./UNLIKELY_PATH/empty -S %s -emit-llvm -o - | FileCheck %s
3 struct alignas(64) an {
4 struct {
5 unsigned char x{0};
6 } arr[64];
7 };
9 struct an *pan = new an;
11 // CHECK: !DISubprogram(name: "(unnamed struct at ./UNLIKELY_PATH/empty{{/|\\\\}}{{.*}}",