[PATCH] D33856: [ELF] Define __dso_handle symbol if needed
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 13:10:37 PDT 2017
ruiu added inline comments.
================
Comment at: ELF/Writer.cpp:910
+ // __dso_handle symbol is passed to cxa_finalize as a marker to identify
+ // each DSO. The address of the symbol doesn't matter as long as they are
----------------
Remove an extra space.
Repository:
rL LLVM
https://reviews.llvm.org/D33856
More information about the llvm-commits
mailing list