[PATCH] D40687: [compiler-rt] Switch to add_llvm_install_targets

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 09:49:20 PST 2017


beanz added a comment.

This change isn't safe. Compiler-RT is buildable without LLVM's modules as long as you disable the tests, so you can't use an AddLLVM function inside AddCompilerRT unless it is only used when tests are disabled.


https://reviews.llvm.org/D40687





More information about the cfe-commits mailing list