[lldb] Include llvm-config.h instead of config.h
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Mar 2021 15:55:58 +0000 (08:55 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Mar 2021 15:58:51 +0000 (08:58 -0700)
commit4d593efd7f930c42be8553a5ba347e2d87503ad4
treefb60428a6358a48cd30c2bf7507569d2e5dc32bf
parent5288c25c7008debf2a1401cd288fda1179d00484
[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/
lldb/source/Utility/LLDBAssert.cpp