Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jul 2007 07:19:53 +0000 (07:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jul 2007 07:19:53 +0000 (07:19 +0000)
commit0a522b19e8fe8f06dc30919006feb7ba5ddad9af
tree5536fd7e71a147a5cab66111f892ea68bd102675
parentaf825c840ebc4ca5248c62325b2371091c9fb4b4
Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are
put into the CPP.Defines variable. Seems the convention was corrupted with
various changes made. It is important to get command line parameters into the
right variable because things like llvm-config and sub-makefiles depend on it.

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