[PATCH] D35702: [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 01:54:12 PDT 2017


grandinj added inline comments.


================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:152
+    /// Indicates that the linker resolved the symbol to a definition from
+    /// whithin the same linkage unit.
+    unsigned DSOLocal : 1;
----------------
whithin -> within 


Repository:
  rL LLVM

https://reviews.llvm.org/D35702





More information about the llvm-commits mailing list