[PATCH] D129378: [LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 10 07:03:35 PDT 2022
thieta added inline comments.
================
Comment at: llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp:70
+ RETURN_CASE(DebugSubsectionKind, XfgHashType, "xfg hash type");
+ RETURN_CASE(DebugSubsectionKind, XfgHashVirtual, "xfg hash virtual");
}
----------------
mstorsjo wrote:
> Is there any testcase for these ones, where the new types could easily be added?
I grepped for several of them and there doesn't seem to be any tests for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129378/new/
https://reviews.llvm.org/D129378
More information about the llvm-commits
mailing list