diff options
author | Lawrence D'Anna <lawrence_danna@apple.com> | 2021-11-17 09:16:50 -0800 |
---|---|---|
committer | Lawrence D'Anna <lawrence_danna@apple.com> | 2021-11-17 09:26:24 -0800 |
commit | f07ddbc620a0466ebbb41ccbc78f20a8591bed5a (patch) | |
tree | 908fab929aceee5e1fd0b3922012a88b59de4f72 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 394d6fcf3eb98f99045df506e587ac7cbf15e7a4 (diff) | |
download | llvm-f07ddbc620a0466ebbb41ccbc78f20a8591bed5a.zip llvm-f07ddbc620a0466ebbb41ccbc78f20a8591bed5a.tar.gz llvm-f07ddbc620a0466ebbb41ccbc78f20a8591bed5a.tar.bz2 |
[lldb] build failure for LLDB_PYTHON_EXE_RELATIVE_PATH on greendragon
see: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/38387/console
```
Could not find a relative path to sys.executable under sys.prefix
tried: /usr/local/opt/python/bin/python3.7
tried: /usr/local/opt/python/bin/../Frameworks/Python.framework/Versions/3.7/bin/python3.7
sys.prefix: /usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7
```
It was unable to find LLDB_PYTHON_EXE_RELATIVE_PATH because it was not resolving
the real path of sys.prefix.
caused by: https://reviews.llvm.org/D113650
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions