forked from OSchip/llvm-project
[lldb] Fix building standalone LLDB on Windows.
It was broken since https://reviews.llvm.org/D110172 Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D122523
This commit is contained in:
parent
573e48765d
commit
3031fa88f0
|
@ -57,7 +57,7 @@
|
|||
#include "Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "llvm/Config/config.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#endif
|
||||
|
||||
using namespace lldb;
|
||||
|
|
|
@ -50,9 +50,6 @@
|
|||
don't. */
|
||||
#cmakedefine01 HAVE_DECL_STRERROR_S
|
||||
|
||||
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
||||
#cmakedefine01 LLVM_ENABLE_DIA_SDK
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
|
||||
|
||||
|
|
|
@ -113,4 +113,7 @@
|
|||
* in non assert builds */
|
||||
#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE
|
||||
|
||||
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
||||
#cmakedefine01 LLVM_ENABLE_DIA_SDK
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue