On 20/09/2021 19:53, Brian Cain wrote:
Is there a way to set some kind of variable to
limit the concurrency for building (only) these targets? Like
LLVM_PARALLEL_LINK_JOBS works today.
AFAIK, that's not possible ATM. I agree that it would be a good
workaround and we should look into thi
Hi Brian,
Thank you for helping with the release!
On 20/09/2021 18:40, Brian Cain via Openmp-dev wrote:
I also disabled flang (-no-flang) because of
memory exhaustion while trying to build. Is this increased memory
consumption expected or could it be a bug?
The memory usage of LLVM Flang wa
FilePath). Is this also happening in a more recent LLDB version?
It’s working for me on the latest release on Arch.
On Apr 20, 2020, at 4:34 PM, Andrzej Warzynski via lldb-dev
wrote:
Hello,
I've just tried using lldb on Ubuntu* and I couldn't get the command
history to work. More
Hello,
I've just tried using lldb on Ubuntu* and I couldn't get the command
history to work. More specifically, the command history was not
preserved between the sessions. IIUC, one has to create the lldb-history
file for this to work:
mkdir -p ~/.lldb/
touch ~/.lldb/lldb-history
This is rather