[PATCH] D75785: Add support for SHA256 source file checksums in debug info
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 09:08:50 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/test/Bitcode/round-trip-dbg-checksum.ll:1
+; Test that DIFile(checksumkind, checksum) can round-trip through bitcode.
+;
----------------
Please move this to the /Assembler directory, rename it to dbg-checksum.ll, and make the RUN line:
RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis FileCheck %s
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75785/new/
https://reviews.llvm.org/D75785
More information about the llvm-commits
mailing list