[PATCH] D35152: Add some basic linker module symbols
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 10:59:31 PDT 2017
zturner added inline comments.
================
Comment at: lld/COFF/PDB.cpp:411
+
+ CS.Machine = CPUType::Intel80386;
+ CS.Flags = CompileSym3Flags::None;
----------------
ruiu wrote:
> Is this value the same on x86-64?
That's a good question, I should check.
https://reviews.llvm.org/D35152
More information about the llvm-commits
mailing list