llvm-6502/tools
Tom Stellard 3e18feedfd autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)
We were using libLLVM-Major.Minor.Patch.so for the soname, but we
need the soname to stay consistent for all Major.Minor.* releases
otherwise operating system distributors  will need to rebuild all
packages that link with LLVM every time there is a new point release.

This patch also reverses the compatibility symlink, so
libLLVM-Major.Minor.Patch.so is now a symlink that points
to libLLVM-Major-Minor.so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208721 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-13 19:37:03 +00:00
..
bugpoint
bugpoint-passes
gold
llc Have the SubtargetFeature help routine just not return a number and 2014-05-06 16:29:50 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov llvm-cov: Implement --no-output 2014-05-07 02:11:18 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract Use range loops. 2014-05-08 19:30:17 +00:00
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc Remove the UseCFI option from createAsmStreamer. 2014-05-07 13:00:43 +00:00
llvm-mcmarkup
llvm-nm Suggested improvement by Rafael Espindola to use isa<> in a few places 2014-05-12 20:45:00 +00:00
llvm-objdump
llvm-profdata
llvm-readobj [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags 2014-05-11 08:48:09 +00:00
llvm-rtdyld
llvm-shlib autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try) 2014-05-13 19:37:03 +00:00
llvm-size
llvm-stress
llvm-symbolizer
lto Fix gcc -pedantic warning in lto.cpp. 2014-05-05 12:24:08 +00:00
macho-dump
msbuild
obj2yaml [obj2yaml] Recognize input file format using llvm::object::ObjectFile 2014-05-07 05:18:51 +00:00
opt
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile