Files
clang-p2996/clang/test/CodeGen/Inputs/debug-info-file-checksum-line.cpp
Alexandre Ganea 047e65db77 [DebugInfo] Don't emit checksums when compiling a preprocessed CPP
Fixes PR41215

Differential Revision: https://reviews.llvm.org/D60283

llvm-svn: 361296
2019-05-21 19:40:28 +00:00

10 lines
87 B
C++

int foo(int x) {
return x+1;
}
#line 100
void test1() {}
#line 200
void test2() {}