summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-preprocessed-file.i
blob: d231b45d67c2e43c8a970dcd8feb0edf108dc116 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 1 "/foo/bar/preprocessed-input.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 318 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "preprocessed-input.c" 2

// RUN: %clang -g -c -S -emit-llvm -o - %s | FileCheck %s
// CHECK: !DICompileUnit(language: DW_LANG_C99, file: ![[FILE:[0-9]+]] 
// CHECK: ![[FILE]] = !DIFile(filename: "/foo/bar/preprocessed-input.c"