nobled
2010-Aug-02 18:40 UTC
[LLVMdev] [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. -------------- next part -------------- A non-text attachment was scrubbed... Name: add-strings-property-to-msvc-crt.patch Type: text/x-patch Size: 673 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100802/6e422874/attachment.bin>
Óscar Fuentes
2010-Aug-02 19:01 UTC
[LLVMdev] [PATCH] Add 'STRINGS' cache property to LLVM_USE_CRT
nobled <nobled at 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!
Apparently Analagous Threads
- [LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types
- [LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types
- [LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types
- [LLVMdev] Linking to the LLVM shared library
- [LLVMdev] [PATCH]: MSVC build enhancements