[Lldb-commits] [PATCH] D89807: Fix "Unknown arguments specified" to if in lldb
Christopher Tetreault via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 20 11:59:59 PDT 2020
ctetreau planned changes to this revision.
ctetreau added a comment.
After experimenting a bit, it seems that if you pass `-DCMAKE_BUILD_TYPE=RELEASE`, then the value of CMAKE_BUILD_TYPE will also be uppercase. This might represent a "good reason" to use the uppercase_CMAKE_BUILD_TYPE version. I need to think on this a bit, but I may end up just making sure that this variable is defined.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89807/new/
https://reviews.llvm.org/D89807
More information about the lldb-commits
mailing list