diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-07-29 01:52:04 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-29 01:52:04 +0000 |
| commit | 4ed4520b08c0fe0ab5bae53551b00ddc7f2f9881 (patch) | |
| tree | 5278954769d79b9b10129331502cd13ce5723ec8 /lib/Support | |
| parent | 8d1b8fd8a3bbf2cd695fe49ca91cc8aab52f612f (diff) | |
| download | external_llvm-4ed4520b08c0fe0ab5bae53551b00ddc7f2f9881.zip external_llvm-4ed4520b08c0fe0ab5bae53551b00ddc7f2f9881.tar.gz external_llvm-4ed4520b08c0fe0ab5bae53551b00ddc7f2f9881.tar.bz2 | |
Make sure to include config.h, to pickup LLVM_ON_WIN32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
| -rw-r--r-- | lib/Support/CrashRecoveryContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CrashRecoveryContext.cpp b/lib/Support/CrashRecoveryContext.cpp index c079182..1213484 100644 --- a/lib/Support/CrashRecoveryContext.cpp +++ b/lib/Support/CrashRecoveryContext.cpp @@ -9,6 +9,7 @@ #include "llvm/Support/CrashRecoveryContext.h" #include "llvm/ADT/SmallString.h" +#include "llvm/Config/config.h" #include "llvm/System/ThreadLocal.h" #include <setjmp.h> #include <cstdio> |
