[PATCH] D50416: [cmake] Prevent LLVMgold.so from being unloaded on Linux
Evangelos Foutras via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 16:01:53 PDT 2018
foutrelis added a comment.
Does this make sense or could it cause issues with other modules? I haven't thought of possible implications, but it seems to work OK when tested on top of LLVM 6.0.1.
I also added a comment <https://sourceware.org/bugzilla/show_bug.cgi?id=23460#c10> to the binutils issue, asking if removing the call to dlclose() might be an option.
Repository:
rL LLVM
https://reviews.llvm.org/D50416
More information about the llvm-commits
mailing list