ruiu added inline comments. ================ Comment at: lld/COFF/PDB.cpp:411 + + CS.Machine = CPUType::Intel80386; + CS.Flags = CompileSym3Flags::None; ---------------- Is this value the same on x86-64? https://reviews.llvm.org/D35152