llvm-toolchain/debian/patches/lldb-libname.diff
Sylvestre Ledru 228ad20aa7 * Change the versioning from X.Y to X as upstream is using
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
2018-01-18 19:44:15 +00:00

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(