[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / debug-info-line.c
blob39595d148c12f175b374542eb912e5c91d2ec18a
1 // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -w -debug-info-kind=line-directives-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
4 int f1(int a, int b) {
5 // CHECK: icmp {{.*}}, !dbg [[DBG_F1:!.*]]
6 #line 100
7 return a //
8 && //
9 b;
12 // CHECK: [[DBG_F1]] = !DILocation(line: 100,