diff options
| author | Andrew Wilkins <axwalk@gmail.com> | 2015-07-15 13:17:04 +0000 |
|---|---|---|
| committer | Andrew Wilkins <axwalk@gmail.com> | 2015-07-15 13:17:04 +0000 |
| commit | e5a7b93e1bec5e6ed4c049bd38781a8554c63305 (patch) | |
| tree | 68b2934b185fb478767c665f3bdb914b722beb33 /llgo | |
| parent | fec95af706eb1bcd98c91b1b5738ba87e6b3f49c (diff) | |
| download | bcm5719-llvm-e5a7b93e1bec5e6ed4c049bd38781a8554c63305.tar.gz bcm5719-llvm-e5a7b93e1bec5e6ed4c049bd38781a8554c63305.zip | |
[llgo] update libgo-llgo.so version to match libtool_VERSION
Summary:
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.
Reviewers: pcc
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11118
llvm-svn: 242291
Diffstat (limited to 'llgo')
| -rw-r--r-- | llgo/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llgo/CMakeLists.txt b/llgo/CMakeLists.txt index 8c68eacc200..356f00d71e6 100644 --- a/llgo/CMakeLists.txt +++ b/llgo/CMakeLists.txt @@ -234,8 +234,8 @@ set(LLGO_LIBRARY_DIR ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}) 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}) |

