OSDN Git Service

Fixes the build when NDEBUG is not defined.
authorDan Albert <danalbert@google.com>
Sun, 20 Jul 2014 05:44:19 +0000 (22:44 -0700)
committerWuZhen <wuzhen@jidemail.com>
Sun, 1 May 2016 04:17:58 +0000 (12:17 +0800)
commita4ec887f9d70b11231d1c0a54603e565d12ae564
tree0d5b67278199e9422db97ce349f7310bda07fd95
parentd83870bba8b606138c4439c6e4ab1d99b462fd97
Fixes the build when NDEBUG is not defined.

Symbols from the added file are needed in the Debug() block on line 927
of lib/ExecutionEngine/JIT/JITEmitter.cpp.

Change-Id: I17a02b8f26066232cc9b5d60bdd683a566a955a5
lib/Support/Android.mk