Issue |
123579
|
Summary |
macOS prebuilt binaries cannot use prebuilt `libc++.1.dylib`
|
Labels |
libc++
|
Assignees |
|
Reporter |
WittonBell
|
macOS prebuilt binaries cannot use prebuilt `libc++.1.dylib`.
use `otool -L ./clang` to see the report:
```
./clang:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.61.1)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.12)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1600.157.0)
```
it need depend `@rpath/libc++.1.dylib`.
the other prebuilt binaries, such as `dylib`, `executable file`, etc has a same issue.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs