[llvm] [CMake] Move common target dependencies into ${TARGET_LIBRARIES} (PR #141271)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 09:45:54 PDT 2025


mshockwave wrote:

> adding a call from an STI reference to an Analysis function would result in a build error coming from one of them, even if you're not working on that particular backend.

just want to make sure: I guess you mean adding a call to Analysis into a STI function that is used by backends that are not currently linking Analysis, right?

https://github.com/llvm/llvm-project/pull/141271


More information about the llvm-commits mailing list