[Modules] Update Clang's two files that use DEBUG(...) without defining

DEBUG_TYPE to do so. LLVM's Debug.h requires this as of r206822.

llvm-svn: 206823
This commit is contained in:
Chandler Carruth
2014-04-21 22:55:36 +00:00
parent e96dd8975f
commit 57f5fbe3b2
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
# include <unistd.h>
#endif
#define DEBUG_TYPE "clang-tooling"
namespace clang {
namespace tooling {