OSDN Git Service

For PR723:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 7 Apr 2006 16:06:18 +0000 (16:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 7 Apr 2006 16:06:18 +0000 (16:06 +0000)
commitbac3ca2e376e8a84f2dbac0ad99479a796493b13
tree056decdbebfe00c520ea85c62c8217b03bed379b
parent54d1448fcc4bfe8ee7635b3b76a080b7893de584
For PR723:
1. Don't force debug builds to have assertion checking turned on always.
   Let the default (on) be taken, or overridden by the command line
2. Create two new BuildModes based on assertion checking: Release+Assert
   and Debug-Assert.
3. Ensure that when building a distribution we get a release build with
   assertions enabled, regardless of the tree's configuration.
4. (unrelated) Fix library name generation for llvm-config usage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27488 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules