[all-commits] [llvm/llvm-project] 6b44a4: [lldb] Prevent Asan/SIP workaround from affecting ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Nov 8 09:08:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b44a41fefc7a62a5024c64fb7453f5ee93f3bb6
https://github.com/llvm/llvm-project/commit/6b44a41fefc7a62a5024c64fb7453f5ee93f3bb6
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M lldb/test/API/lldbtest.py
Log Message:
-----------
[lldb] Prevent Asan/SIP workaround from affecting Python in /usr/local/bin
The code that works around SIP was unintentionally being triggered for
/usr/local/bin/python as well. That caused trouble on GreenDragon where
we were swapping out a Python 3 executable with the system's Python 2
executable.
More information about the All-commits
mailing list