[Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 23:58:10 +0000 (23:58 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 23:58:10 +0000 (23:58 +0000)
and PPC, but not x86.

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

lib/Support/Host.cpp

index b6e2cb164d4d2806b17f9af11a69d38fcc2b8537..dc90c8cc4ae7553ba57f49517b2fed346380cf49 100644 (file)
@@ -39,6 +39,8 @@
 #include <mach/machine.h>
 #endif
 
+#define DEBUG_TYPE "host-detection"
+
 //===----------------------------------------------------------------------===//
 //
 //  Implementations of the CPU detection routines