diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-04-21 23:58:10 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-04-21 23:58:10 +0000 |
| commit | 66f38db3ba8ea13d272c17ca39f9b0da399391a9 (patch) | |
| tree | d6130934a1abfb30b650a3cb9a7c21ea37d3eb5d /llvm/lib/Support/Host.cpp | |
| parent | 7546a111a907ec9a03ccdb4d96a6d26fed4fb6cc (diff) | |
| download | bcm5719-llvm-66f38db3ba8ea13d272c17ca39f9b0da399391a9.tar.gz bcm5719-llvm-66f38db3ba8ea13d272c17ca39f9b0da399391a9.zip | |
[Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM
and PPC, but not x86.
llvm-svn: 206830
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
| -rw-r--r-- | llvm/lib/Support/Host.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index b6e2cb164d4..dc90c8cc4ae 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -39,6 +39,8 @@ #include <mach/machine.h> #endif +#define DEBUG_TYPE "host-detection" + //===----------------------------------------------------------------------===// // // Implementations of the CPU detection routines |

