Issue 89700
Summary llvm-split replaces symbolic links with the referenced file.
Labels new issue
Assignees
Reporter ian-collins-ctct
    We had `ls -l ../built/third_party_libs/libfastrtps.so*
lrwxrwxrwx 1 ian sudo      18 Mar  1 21:12 ../built/third_party_libs/r2/libfastrtps.so -> libfastrtps.so.2.6
lrwxrwxrwx 1 ian sudo      20 Mar  1 21:12 ../built/third_party_libs/r2/libfastrtps.so.2.6 -> libfastrtps.so.2.6.6
-rw-r--r-- 1 ian sudo 5926028 Apr 23 14:00 ../built/third_party_libs/r2/libfastrtps.so.2.6.6`

After running llvm-strip-16 on "*.so" this changed to `-rw-r--r-- 1 ian sudo 5926028 Apr 23 13:58 ../built/third_party_libs/r2/libfastrtps.so
lrwxrwxrwx 1 ian sudo 20 Mar  1 21:12 ../built/third_party_libs/r2/libfastrtps.so.2.6 -> libfastrtps.so.2.6.6
-rw-r--r-- 1 ian sudo 5926028 Apr 23 13:58 ../built/third_party_libs/r2/libfastrtps.so.2.6.6`

The build previously use gnu spit which did not mess with the symlinks.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to