llvm-6502/tools
David Greene a696d24ad2 Add support for building with _GLIBCXX_DEBUG. New configure option
--enable-expensive-checks allows the developer to enable runtime
checking that can greatly increase compile time.  Currently it only
turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
should be controlled by this configure option.

This patch also updates llvm-config with a --cppflags option to inform
llvm-gcc how to build itself so that it is compatible with an llvm that
was built with _GLIBCXX_DEBUG.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37777 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-28 19:36:08 +00:00
..
bugpoint Fix bugpoint to run -llc-safe with -Xlinker. 2007-06-06 23:10:56 +00:00
gccas
gccld
llc
lli
llvm2cpp Fix PR1525: 2007-06-25 16:45:54 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config Add support for building with _GLIBCXX_DEBUG. New configure option 2007-06-28 19:36:08 +00:00
llvm-db
llvm-dis
llvm-extract
llvm-ld Fix pr1448 2007-06-19 16:46:48 +00:00
llvm-link
llvm-nm llvm-nm must print the alias symbols. 2007-06-27 22:08:09 +00:00
llvm-prof
llvm-ranlib
llvm-stub
llvm-upgrade Regenerate. 2007-05-18 05:48:07 +00:00
llvmc
lto
opt
Makefile