[Lldb-commits] [PATCH] D83306: [lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 8 13:11:39 PDT 2020


davide added a comment.

This broke macOS:

http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/22425/

I reverted it in:

  commit 27d52cd86a2cf82214b71519dffd450c54cf87ae (HEAD -> master, origin/master, origin/HEAD)
  Author: Davide Italiano <ditaliano at apple.com>
  Date:   Wed Jul 8 13:00:29 2020 -0700
      Revert "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)"
      This reverts commit 695b33a56919af8873eecb47cb83fa17a271e99f beacuse
      it broke the macOS bot.

Let me know if you need any help/info to reproduce [just shoot me an e-mail], but ToT + `ninja check-lldb` on a recent'ish 10.15 should do it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83306/new/

https://reviews.llvm.org/D83306





More information about the lldb-commits mailing list