Peng Yu via llvm-dev
2019-Jan-19 01:03 UTC
[llvm-dev] What does "dso" mean in "dso_preemptable" and "dso_local"?
Hi, I see dso_preemptable and dso_local. What does "dso" mean? Thanks. https://llvm.org/docs/LangRef.html#runtime-preemption-specifiers -- Regards, Peng
Brian Cain via llvm-dev
2019-Jan-19 01:18 UTC
[llvm-dev] What does "dso" mean in "dso_preemptable" and "dso_local"?
DSO is a "dynamic shared object", often just ".so". On Fri, Jan 18, 2019 at 7:03 PM Peng Yu via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I see dso_preemptable and dso_local. What does "dso" mean? Thanks. > > https://llvm.org/docs/LangRef.html#runtime-preemption-specifiers > > -- > Regards, > Peng > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190118/7df0519f/attachment.html>