ddcc added a comment.
ping, any feedback?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77704/new/
https://reviews.llvm.org/D77704
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
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 ap
ddcc marked an inline comment as done.
ddcc added a comment.
Thanks, seems to be working now for statically-built passes on a default LLVM
build without `LLVM_LINK_LLVM_DYLIB`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77704/new/
https://revie
ddcc updated this revision to Diff 259981.
ddcc added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Support statically-built passes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77704/new/
https://reviews.llvm.or