rnk added inline comments.
================ Comment at: test/CodeGen/debug-info-file-checksum.c:1 +// RUN: %clang -emit-llvm -S -g -gcodeview -x c %s.source -o - | FileCheck %s + ---------------- Instead of %s.source, you can do %S/Inputs/debug-info-file-checksum.c. ================ Comment at: test/CodeGen/debug-info-file-checksum.c.source:1 +int foo(int x) { + return x+1; ---------------- This can live in test/CodeGen/Inputs/debug-info-file-checksum.c https://reviews.llvm.org/D27641 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits