forked from OSchip/llvm-project
Resurrect the standalone build of LLDB
Switch includes "llvm/Config/config.h" to "llvm/Config/llvm-config.h". Tested on NetBSD 7.99.70 amd64 llvm-svn: 301603
This commit is contained in:
parent
5312b667a8
commit
9f3dd7593d
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
|
||||
#include "lldb/Host/MainLoop.h"
|
||||
#include "lldb/Utility/Error.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "lldb/Host/MainLoop.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
#ifndef LLDB_DISABLE_POSIX
|
||||
|
|
Loading…
Reference in New Issue