[LLVMbugs] [Bug 11672] Please provide an soname for libclang
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 12 13:28:16 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11672
Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2012-01-12 15:28:16 CST ---
The patch had some problems and got reverted:
* It was passing the -soname option on the darwin linker
* Looks like we also have to add the .1 extension to the library name:
ldd ./Release+Asserts/bin/c-index-test
....
libclang.so.1 => not found
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list