[PATCH] Ensure definition of uppercase_CMAKE_BUILD_TYPE is available in HandleLLVMOptions.cmake module.
Eric Fiselier
eric at efcs.ca
Fri Nov 14 16:21:53 PST 2014
HandleLLVMOptionsis used by libc++abi without including llvm/CMakeLists.txt when doing standalone builds. This means that `uppercase_CMAKE_BUILD_TYPE` is undefined. However `uppercase_CMAKE_BUILD_TYPE` is used in HandleLLVMOptions. This patch ensures that it is defined.
This might be a silly patch to ask for review on but I don't commit to LLVM often.
http://reviews.llvm.org/D6282
Files:
cmake/modules/HandleLLVMOptions.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6282.16254.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141115/9e24d66e/attachment.bin>
More information about the llvm-commits
mailing list