[PATCH] D56334: [LLD][COFF] Parallel sort publics
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 4 14:37:29 PST 2019
aganea marked an inline comment as done.
aganea added inline comments.
================
Comment at: COFF/PDB.cpp:217
/// Type index mappings of type server PDBs that we've loaded so far.
- std::map<GUID, CVIndexMap> TypeServerIndexMappings;
+ std::map<codeview::GUID, CVIndexMap> TypeServerIndexMappings;
----------------
NOTE: Including `Parallel.h` creates these conflicts (which I can commit separately).
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56334/new/
https://reviews.llvm.org/D56334
More information about the llvm-commits
mailing list