mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00

X.Y.Z and X I am keeping the epoch because it would be too complex to manage with the various updates scenario * Two new symbols in libclang - clang_getFileContents - clang_isInvalidDeclaration * Fix the VCS-* tags
16 lines
572 B
Diff
16 lines
572 B
Diff
---
|
|
lldb/scripts/Python/finishSwigPythonLLDB.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
@@ -443,7 +443,7 @@ def make_symlink_liblldb(
|
|
if eOSType == utilsOsType.EnumOsType.Darwin:
|
|
strLibFileExtn = ".dylib"
|
|
else:
|
|
- strLibFileExtn = ".so"
|
|
+ strLibFileExtn = "-7.so"
|
|
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
|
|
|
|
bOk, strErrMsg = make_symlink(
|