[PATCH] D35152: Add some basic linker module symbols

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 10:54:38 PDT 2017


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





More information about the llvm-commits mailing list