[Lldb-commits] [PATCH] D107704: [LLDB][NFC] Simplify IOHandler's getLine to avoid strange casts and redundant checks

2021-08-07 Thread Alf via Phabricator via lldb-commits
gAlfonso-bit created this revision. gAlfonso-bit requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This is especially important at the end of the function, where originally there was a strange cast from optional to bool Repository: rG LL

[Lldb-commits] [PATCH] D107679: [lldb] Move Objective-C constants into ObjCConstants.h

2021-08-07 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG47a889c668f9: [lldb] Move Objective-C constants into ObjCConstants.h (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM

[Lldb-commits] [lldb] 47a889c - [lldb] Move Objective-C constants into ObjCConstants.h

2021-08-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-08-07T16:04:52-07:00 New Revision: 47a889c668f913af84d4b2dd0b0cd904b1a23e92 URL: https://github.com/llvm/llvm-project/commit/47a889c668f913af84d4b2dd0b0cd904b1a23e92 DIFF: https://github.com/llvm/llvm-project/commit/47a889c668f913af84d4b2dd0b0cd904b1a23e92.d

[Lldb-commits] [PATCH] D107701: [lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is used

2021-08-07 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, JDevlieghere, jasonmolenda. mgorny requested review of this revision. Some LD_PRELOAD-ed libraries tend to interact badly with --nodefaultlib, particularly Gentoo sandbox. Do not run this test if LD_PRELOAD is present in t

[Lldb-commits] [PATCH] D107700: [lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone builds

2021-08-07 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: phosek, sgraenitz, jasonmolenda, JDevlieghere, krytarowski. mgorny requested review of this revision. Add a LLVM_LIT_ARGS cached variable in order to make it possible to override lit arguments when doing standalone builds. Without that, the u