From bb67355af8ca3a546d286cb682ee3054cda3cf87 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 21 Apr 2014 23:58:10 +0000 Subject: [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 --- lib/Support/Host.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Support/Host.cpp') diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index b6e2cb164d..dc90c8cc4a 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 -- cgit v1.2.3