[PATCH] D14846: [CMake] Provide options for toggling on and off various runtime libraries.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 15:06:17 PST 2015


beanz created this revision.
beanz added reviewers: kubabrecka, samsonov.
beanz added a subscriber: llvm-commits.

Rather than having to add new "experimental" options each time someone wants to work on bringing a sanitizer to a new platform, this patch makes options for all of them.

The default values for the options are set by the platform checks that would have enabled them, but they can be overridden on or off.

http://reviews.llvm.org/D14846

Files:
  cmake/config-ix.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14846.40711.patch
Type: text/x-patch
Size: 5445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/27bc1859/attachment.bin>


More information about the llvm-commits mailing list