[PATCH] D38239: [ELF] - Prefetch linkerscript symbols.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 11:20:35 PDT 2017
ruiu added a comment.
It doesn't seems that "prefetch" is a right word to describe what you are doing in this patch. Prefetch is, well, fetching something early, but what you are doing in this patch is to define them early. Defining symbols is not fetching symbols.
https://reviews.llvm.org/D38239
More information about the llvm-commits
mailing list