Author: Jonas Devlieghere Date: 2021-03-29T08:58:51-07:00 New Revision: 4d593efd7f930c42be8553a5ba347e2d87503ad4
URL: https://github.com/llvm/llvm-project/commit/4d593efd7f930c42be8553a5ba347e2d87503ad4 DIFF: https://github.com/llvm/llvm-project/commit/4d593efd7f930c42be8553a5ba347e2d87503ad4.diff LOG: [lldb] Include llvm-config.h instead of config.h This distinction doesn't matter for an in-tree build, but when building against an installed llvm, only the former is present. This should fix the LLDB Standalone bot: http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/ Added: Modified: lldb/source/Utility/LLDBAssert.cpp Removed: ################################################################################ diff --git a/lldb/source/Utility/LLDBAssert.cpp b/lldb/source/Utility/LLDBAssert.cpp index 532b56b6f59e3..a8d8ef65a9455 100644 --- a/lldb/source/Utility/LLDBAssert.cpp +++ b/lldb/source/Utility/LLDBAssert.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// #include "lldb/Utility/LLDBAssert.h" -#include "llvm/Config/config.h" +#include "llvm/Config/llvm-config.h" #include "llvm/Support/Format.h" #include "llvm/Support/Signals.h" #include "llvm/Support/raw_ostream.h" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits