[PATCH] D149119: [CMake] Use LLVM own tools in extract_symbols.py

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 07:01:31 PDT 2023


beanz added a comment.

One potential area of concern here: If `llvm-driver` is ever extended to work as a plugin loader (thus exporting its symbols), removing support for the pre-installed host tools could cause a cyclic dependency.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149119/new/

https://reviews.llvm.org/D149119



More information about the llvm-commits mailing list