summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/upgrade-dbg-checksum.ll.bc
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-0/+0
Rather than encode the absence of a checksum with a Kind variant, instead put both the kind and value in a struct and wrap it in an Optional. Differential Revision: http://reviews.llvm.org/D43043 llvm-svn: 324928
OpenPOWER on IntegriCloud