[PATCH] D62455: [cmake] Move LLVM_TOUCH_STATIC_LIBRARIES logic to llvm_update_compile_flags

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 09:51:22 PDT 2019


beanz added a comment.

One thought, we should probably evaluate why those tools are using `add_library` instead of `add_llvm_library`. The right fix might be to move them over. This is exactly the kind of behavior that `add_llvm_library` and `llvm_add_library` were designed to handle.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62455





More information about the llvm-commits mailing list