summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
diff options
context:
space:
mode:
authorDon Hinton <hintonda@gmail.com>2018-02-17 19:17:21 +0000
committerDon Hinton <hintonda@gmail.com>2018-02-17 19:17:21 +0000
commitd8a6b90e83944a7c472cbfeb912f2ced1ae7f5c2 (patch)
treea0adff8ce4f4988c339850cd03cbbbf59e7c2741 /llvm/lib/Target/Mips/MipsSEISelLowering.cpp
parent2cd14e16a6b199c8a10d536470bc61b723543160 (diff)
downloadbcm5719-llvm-d8a6b90e83944a7c472cbfeb912f2ced1ae7f5c2.tar.gz
bcm5719-llvm-d8a6b90e83944a7c472cbfeb912f2ced1ae7f5c2.zip
[cmake] Fix LLDB_CODESIGN_IDENTITY logic.
Summary: Consolidate LLDB_CODESIGN_IDENTITY logic in one place and use SKIP_DEBUGSERVER, which can be set independently, to control codesigning targets. Currently, running cmake the first time in a clean directory, without passing -DLLDB_CODESIGN_IDENTITY='', fails. However, subsequent runs succeed. That's because LLDB_CODESIGN_IDENTITY gets added to the CACHE after the initial test. To fix that, the default value must be set before it's tested. Here's the error produced on the first run: CMake Error at tools/lldb/tools/debugserver/source/CMakeLists.txt:215 (add_custom_command): No TARGET 'debugserver' has been created in this directory. Differential Revision: https://reviews.llvm.org/D43432 llvm-svn: 325442
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSEISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud