Author: stefan.graenitz
Date: Sat Jul 20 04:18:31 2019
New Revision: 366631
URL: http://llvm.org/viewvc/llvm-project?rev=366631&view=rev
Log:
[CMake] Align debugserver with lldb-server on Darwin
Summary: Make debugserver a tool like lldb-server, so it can be
included/excluded via `LLDB_TOOL_DEBU
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366631: [CMake] Align debugserver with lldb-server on Darwin
(authored by stefan.graenitz, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
grandinj added a comment.
Maybe make AddMap take a lock_guard parameter as recommended here
https://stackoverflow.com/questions/28825749/ensuring-that-current-thread-holds-a-lock-on-a-c11-mutex
?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65025/new/
https://reviews.llvm.org/D650
Author: compnerd
Date: Sat Jul 20 10:59:08 2019
New Revision: 366639
URL: http://llvm.org/viewvc/llvm-project?rev=366639&view=rev
Log:
build: allow the user to specify `llvm-tblgen`
This follows the same pattern as Clang and permits the user to specify
the tablegen to use via `-DLLVM_TABLEGEN=`.