projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5649130
)
Make sure to include config.h, to pickup LLVM_ON_WIN32.
author
Daniel Dunbar
<daniel@zuster.org>
Thu, 29 Jul 2010 01:52:04 +0000
(
01:52
+0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Thu, 29 Jul 2010 01:52:04 +0000
(
01:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109721
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/CrashRecoveryContext.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/CrashRecoveryContext.cpp
b/lib/Support/CrashRecoveryContext.cpp
index c079182bd1c51b8d8e4812b7b501294c80ce9403..1213484f8c1d14d4756adac55e4f16797b1f6ebc 100644
(file)
--- 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>