We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eede066 commit e9ccb45Copy full SHA for e9ccb45
lldb/test/API/lit.cfg.py
@@ -90,6 +90,8 @@ def find_python_interpreter():
90
)
91
92
shutil.copy(real_python, copied_python)
93
+ # macOS 15+ restricts injecting the ASAN runtime to only user-compiled code.
94
+ subprocess.check_call(["/usr/bin/codesign", "--remove-signature", copied_python])
95
96
# Now make sure the copied Python works. The Python in Xcode has a relative
97
# RPATH and cannot be copied.
0 commit comments