[PATCH] D27641: DebugInfo: Added support for Checksum debug info feature (Clang part)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 15:36:33 PST 2016


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





More information about the cfe-commits mailing list