[PATCH] Add 'STRINGS' cache property to LLVM_USE_CRT

This lets CMake's GUI frontend show a drop-down list of the limited
possible values for LLVM_USE_CRT, instead of the current freeform
input field, so using the variable is less error-prone.

add-strings-property-to-msvc-crt.patch (673 Bytes)

nobled <nobled@dreamwidth.org> writes:

This lets CMake's GUI frontend show a drop-down list of the limited
possible values for LLVM_USE_CRT, instead of the current freeform
input field, so using the variable is less error-prone.

Committed on r110057. Thanks!