diff --git a/include/llvm/Support/Valgrind.h b/include/llvm/Support/Valgrind.h index e091eb7edc6..e1476470393 100644 --- a/include/llvm/Support/Valgrind.h +++ b/include/llvm/Support/Valgrind.h @@ -17,7 +17,7 @@ #define LLVM_SYSTEM_VALGRIND_H #include "llvm/Support/Compiler.h" -#include "llvm/Config/config.h" +#include "llvm/Config/llvm-config.h" #include #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)