This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Increase the default timeouts when running under ASan
ClosedPublic

Authored by JDevlieghere on Jul 25 2023, 4:47 PM.

Details

Summary

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 preprocessor support is very limited. This patch passes a new define (LLDB_SANITIZED) to lldb-tablegen on which we can base the default value.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jul 25 2023, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 4:47 PM
JDevlieghere requested review of this revision.Jul 25 2023, 4:47 PM

This LGTM, but I'm surprized you didn't have to delete any older code that tried to do the same thing. Did the thing I remember not survive the transition to tablegen or is this orthogonal?

aprantl accepted this revision.Jul 25 2023, 4:49 PM

Nevermind, you answered my question in the description already!

This revision is now accepted and ready to land.Jul 25 2023, 4:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 5:45 PM