summaryrefslogtreecommitdiff
path: root/lib/Support/Host.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-21 23:58:10 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-21 23:58:10 +0000
commitbb67355af8ca3a546d286cb682ee3054cda3cf87 (patch)
tree3fe1ab1c13cd5de7c3d503cb8d90ace3e6593c3a /lib/Support/Host.cpp
parent6d73b8016ebbea956fd19a7e28a668b9195a192c (diff)
downloadllvm-bb67355af8ca3a546d286cb682ee3054cda3cf87.tar.gz
llvm-bb67355af8ca3a546d286cb682ee3054cda3cf87.tar.bz2
llvm-bb67355af8ca3a546d286cb682ee3054cda3cf87.tar.xz
[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
Diffstat (limited to 'lib/Support/Host.cpp')
-rw-r--r--lib/Support/Host.cpp2
1 files changed, 2 insertions, 0 deletions
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 <mach/machine.h>
#endif
+#define DEBUG_TYPE "host-detection"
+
//===----------------------------------------------------------------------===//
//
// Implementations of the CPU detection routines