[llvm] r206830 - [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM

Chandler Carruth chandlerc at gmail.com
Mon Apr 21 16:58:10 PDT 2014


Author: chandlerc
Date: Mon Apr 21 18:58:10 2014
New Revision: 206830

URL: http://llvm.org/viewvc/llvm-project?rev=206830&view=rev
Log:
[Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM
and PPC, but not x86.

Modified:
    llvm/trunk/lib/Support/Host.cpp

Modified: llvm/trunk/lib/Support/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Host.cpp?rev=206830&r1=206829&r2=206830&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Host.cpp (original)
+++ llvm/trunk/lib/Support/Host.cpp Mon Apr 21 18:58:10 2014
@@ -39,6 +39,8 @@
 #include <mach/machine.h>
 #endif
 
+#define DEBUG_TYPE "host-detection"
+
 //===----------------------------------------------------------------------===//
 //
 //  Implementations of the CPU detection routines





More information about the llvm-commits mailing list