[all-commits] [llvm/llvm-project] c1a445: Reland "[lldb][lit] Add MallocNanoZone envvar to D...
Chelsea Cassanova via All-commits
all-commits at lists.llvm.org
Thu Apr 11 21:07:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1a44568911b75c98675a3c19a55b4741d861437
https://github.com/llvm/llvm-project/commit/c1a44568911b75c98675a3c19a55b4741d861437
Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M lldb/test/API/lit.cfg.py
M lldb/test/Shell/lit.cfg.py
Log Message:
-----------
Reland "[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds" … (#88442)
…(#88436)"
This reverts commit 1f5d130df85c2d0550dc8687ad0fa1d96856c318. The
original commit checks that the host system is "Darwin" before setting
the `MallocNanoZone` envvar, but on the Shell lit config this attribute
does not exist at the point where it is being checked which leads to a
build failure.
This commit checks the host OS correctly.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list