[PATCH] D11118: [llgo] update libgo-llgo.so version to match libtool_VERSION

Andrew Wilkins axwalk at gmail.com
Fri Jul 10 22:13:38 PDT 2015


axw created this revision.
axw added a reviewer: pcc.
axw added a subscriber: llvm-commits.

libtool_VERSION was changed in gofrontend a while ago,
but CMakeLists.txt in llgo wasn't updated, and so the
install target fails. Not sure how this went unnoticed
for so long.

http://reviews.llvm.org/D11118

Files:
  CMakeLists.txt

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -234,8 +234,8 @@
 
 install(FILES ${LLGO_LIBRARY_DIR}/libgo-llgo.a
               ${LLGO_LIBRARY_DIR}/libgo-llgo.so
-              ${LLGO_LIBRARY_DIR}/libgo-llgo.so.6
-              ${LLGO_LIBRARY_DIR}/libgo-llgo.so.6.0.0
+              ${LLGO_LIBRARY_DIR}/libgo-llgo.so.7
+              ${LLGO_LIBRARY_DIR}/libgo-llgo.so.7.0.0
               ${LLGO_LIBRARY_DIR}/libgobegin-llgo.a
         DESTINATION lib${LLVM_LIBDIR_SUFFIX})
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11118.29510.patch
Type: text/x-patch
Size: 561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150711/786a6887/attachment.bin>


More information about the llvm-commits mailing list