[PATCH] D35152: Add some basic linker module symbols
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 13:01:34 PDT 2017
smeenai added inline comments.
================
Comment at: lld/COFF/PDB.cpp:411
+
+ CS.Machine = CPUType::Intel80386;
+ CS.Flags = CompileSym3Flags::None;
----------------
zturner wrote:
> ruiu wrote:
> > Is this value the same on x86-64?
> That's a good question, I should check.
Probably dumb question: what about ARM (and AArch64 in the future)?
https://reviews.llvm.org/D35152
More information about the llvm-commits
mailing list