Drop libtool from llvm

Programming / Compilers / LLVM - Rafael Espindola [gmail.com] - 28 February 2014 12:17 UTC

We were only using it so find the shared library extension and nm. There are simpler ways to do those things :-)

0164f27 Drop libtool from llvm.
autoconf/AutoRegen.sh | 4 -
autoconf/configure.ac | 20 +-
autoconf/depcomp | 522 ---
autoconf/ltmain.sh | 6863 --------------------------------
autoconf/m4/libtool.m4 | 6389 -----------------------------
autoconf/m4/ltdl.m4 | 397 --
configure | 3405 +---------------
include/llvm/Config/config.h.in | 72 +-
projects/sample/autoconf/configure.ac | 6 -
projects/sample/autoconf/ltmain.sh | 6863 --------------------------------
projects/sample/autoconf/m4/libtool.m4 | 6389 -----------------------------
projects/sample/autoconf/m4/ltdl.m4 | 403 --
projects/sample/configure | 4037 +------------------
13 files changed, 93 insertions(+), 35277 deletions(-)

Upstream: github.com


  • Share