[PATCH] D39348: Implement --just-symbols.
Chih-Mao Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 07:12:30 PST 2017
PkmX added a comment.
In https://reviews.llvm.org/D39348#950848, @grimar wrote:
> What is your use case to specify only single --just-symbol file ?
It can be used to produce an object file containing the offset of symbols in vdso:
https://github.com/riscv/riscv-linux/blob/ae64f9bd1d3621b5e60d7363bc20afb46aede215/arch/riscv/kernel/vdso/Makefile#L41
https://reviews.llvm.org/D39348
More information about the llvm-commits
mailing list