From: Chandler Carruth Date: Mon, 21 Apr 2014 23:58:10 +0000 (+0000) Subject: [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb67355af8ca3a546d286cb682ee3054cda3cf87;p=oota-llvm.git [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM and PPC, but not x86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206830 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index b6e2cb164d4..dc90c8cc4ae 100644 --- a/lib/Support/Host.cpp +++ b/lib/Support/Host.cpp @@ -39,6 +39,8 @@ #include #endif +#define DEBUG_TYPE "host-detection" + //===----------------------------------------------------------------------===// // // Implementations of the CPU detection routines