[PATCH] D45213: [COFF][LLD] Add link support for precompiled headers .objs

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 15:21:28 PDT 2018


aganea added inline comments.


================
Comment at: llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp:488
+
+Expected<bool> TypeStreamMerger::shouldRemapType(const CVType &Type) {
+  // For .obj files containing precompiled types, we need to extract the
----------------
I'm not very happy about this - I think I'll move it to lld/COFF/PDB.cpp instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D45213





More information about the llvm-commits mailing list