[PATCH] D32835: [compiler-rt] [cmake] Support generic installation

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 16:54:13 PDT 2017


dberris added a comment.

As an observer: I'm not quite convinced that "generic" is the term that describes what this is intending to do. I don't have better suggestions though. :/

Also, if you want it to only apply when you're using it for a standalone build, don't you want to be conditional on `COMPILER_RT_STANDALONE_BUILD` as well?


https://reviews.llvm.org/D32835





More information about the llvm-commits mailing list