[all-commits] [llvm/llvm-project] dbd728: [ELF] Shuffle .init_array/.fini_array with --shuff...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Feb 21 08:16:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dbd7281aa775a0e23c43a02583593900cd4c05be
https://github.com/llvm/llvm-project/commit/dbd7281aa775a0e23c43a02583593900cd4c05be
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M lld/ELF/Writer.cpp
A lld/test/ELF/shuffle-sections-init-fini.s
Log Message:
-----------
[ELF] Shuffle .init_array/.fini_array with --shuffle-sections=
Useful for detecting static initialization order fiasco.
Reviewed By: grimar
Differential Revision: https://reviews.llvm.org/D74887
More information about the All-commits
mailing list