This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
efa1ca2c25
llvm-project
/
llvm
/
tools
/
llvm-shlib
/
simple_version_script.map.in
2 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename llvm library from libLLVM-X.Y to libLLVM-X Summary: As we are only doing X.0.Z releases (not using the minor version), there is no need to keep -X.Y in the version. Like patch https://reviews.llvm.org/D41808, I propose that we rename libLLVM-7.0svn.so to libLLVM-7svn.so This patch will also rename downstream libraries like liblldb-7.0 to liblldb-7 Reviewers: axw, beanz, dim, hans Reviewed By: dim, hans Subscribers: mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D41869 llvm-svn: 328768
2018-03-29 17:44:09 +08:00
LLVM_@LLVM_VERSION_MAJOR@ { global: *; };