Add an autoconf option for turning on -gsplit-dwarf by default
authorEric Christopher <echristo@gmail.com>
Tue, 25 Jun 2013 01:12:25 +0000 (01:12 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 25 Jun 2013 01:12:25 +0000 (01:12 +0000)
commit1baa38147a62cb9e905c8229098be2e3a7627032
tree7c35ce323d0ea5a45864dc5348bb2fd59f1c976e
parent593fcb56b37857d64e58ac3be5277d3cfccb9492
Add an autoconf option for turning on -gsplit-dwarf by default
when building llvm. This saves quite a bit of time and space when
linking. Please report any problems via bugzilla.

Caveats:

a) This will only work on linux
b) This requires a fairly new binutils
c) This requires a fairly new gdb

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184808 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure