mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 11:06:36 +00:00

Take the library target out of `generate_protos` function so the caller can decide where to layer the library using the source generated from the function. Fixes: https://github.com/llvm/llvm-project/issues/58075 Reviewed By: sammccall Differential Revision: https://reviews.llvm.org/D135712