This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-22 18:54:02 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d4f3796eeb
llvm-mirror
/
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 11:44:09 +02:00
LLVM_@LLVM_VERSION_MAJOR@ { global: *; };
Reference in New Issue
Copy Permalink