brintos

brintos / llvm-project-archived public Read only

0
0
Text · 565 B · c8a2307 Raw
16 lines · plain
1# 1 "/foo/bar/preprocessed-input.c"2# 1 "<built-in>" 13# 1 "<built-in>" 34# 318 "<built-in>" 35# 1 "<command line>" 16# 1 "<built-in>" 27# 1 "preprocessed-input.c" 28 9/// The main file is preprocessed. We change it to preprocessed-input.c. Since10/// the content is not available, we don't compute a checksum.11// RUN: %clang -g -c -S -emit-llvm -o - %s | FileCheck %s12// CHECK: !DICompileUnit(language: DW_LANG_C{{.*}}, file: ![[FILE:[0-9]+]]13// CHECK: ![[FILE]] = !DIFile(filename: "/foo/bar/preprocessed-input.c"14// CHECK-NOT: checksumkind:15// CHECK-NOT: !DIFile(16