[PATCH] D45104: [COFF] Fix reading variable-length encoded records
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 14:15:30 PDT 2018
rnk added inline comments.
================
Comment at: test/DebugInfo/COFF/enum_var.ll:1
+; RUN: llc < %s -filetype=obj | llvm-readobj - -codeview | FileCheck %s
+
----------------
I don't think this test exercises the fix. Only type stream merging and LLD exercise type index discovery.
Repository:
rL LLVM
https://reviews.llvm.org/D45104
More information about the llvm-commits
mailing list