[PATCH] D52506: Reset input section pointers to null on each linker invocation.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 12:27:05 PDT 2018
ruiu added inline comments.
================
Comment at: lld/ELF/Writer.cpp:1696
+ In.Dynamic},
+ [](SyntheticSection *SS) { SS->finalizeContents(); });
----------------
grimar wrote:
> Formatting is crazy sometimes...
Yup, but this is what clang-format did.
https://reviews.llvm.org/D52506
More information about the llvm-commits
mailing list