[all-commits] [llvm/llvm-project] 94e8fe: [lldb] Increase the default timeouts when running ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 25 17:45:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94e8fefe385cd3b6a4656bec244ddf9791056f0c
https://github.com/llvm/llvm-project/commit/94e8fefe385cd3b6a4656bec244ddf9791056f0c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M lldb/cmake/modules/AddLLDB.cmake
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
M lldb/source/Target/TargetProperties.td
Log Message:
-----------
[lldb] Increase the default timeouts when running under ASan
Increase the default timeouts when running under ASan. We had something
similar before we adopted tablegen, but the larger timeouts got lost in
the transition, possibly because tablegen's preprocessor support is very
limited. This patch passes a new define (LLDB_SANITIZED) to
lldb-tablegen on which we can base the default value.
Differential revision: https://reviews.llvm.org/D156279
More information about the All-commits
mailing list