[PATCH] D77704: [gold] Add support for loading pass plugins
Dominic Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 24 14:05:50 PDT 2020
ddcc added a comment.
In order to reload the gold plugin, I'm modifying the Clang driver to pass in our own path as a separate argument, which is the most generic approach. Another method would be to use e.g. `dladdr()` to grab our own path from one of our exported functions, but that method appears to be a glibc extension which isn't cross-platform.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77704/new/
https://reviews.llvm.org/D77704
More information about the cfe-commits
mailing list