[PATCH] D14846: [CMake] Provide options for toggling on and off various runtime libraries.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 15:23:13 PST 2015
samsonov added a comment.
Can we have smth. like `LLVM_TARGETS_TO_BUILD` ? I.e. have the one CMake variable which takes semicolon-separated list of sanitizers / configurations to build (which defaults to ALL, which expands to everything supported on a given platform)?
http://reviews.llvm.org/D14846
More information about the llvm-commits
mailing list