Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / debug-info-preprocessed-file.i
blob23fd26525e3bf03a97abf7c520d21f8005a172ef
1 # 1 "/foo/bar/preprocessed-input.c"
2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
4 # 318 "<built-in>" 3
5 # 1 "<command line>" 1
6 # 1 "<built-in>" 2
7 # 1 "preprocessed-input.c" 2
9 // RUN: %clang -g -c -S -emit-llvm -o - %s | FileCheck %s
10 // CHECK: !DICompileUnit(language: DW_LANG_C{{.*}}, file: ![[FILE:[0-9]+]]
11 // CHECK: ![[FILE]] = !DIFile(filename: "/foo/bar/preprocessed-input.c"