From 38831b014a57718a1755ab1c3c1df08679183dfb Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Mon, 28 Nov 2011 00:49:01 +0000 Subject: use llvm-config.h in public header The config.h file's macros collide with other projects that include LLVM and shouldn't get exported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145215 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Valgrind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Support/Valgrind.h') diff --git a/include/llvm/Support/Valgrind.h b/include/llvm/Support/Valgrind.h index e091eb7edc..e147647039 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) -- cgit v1.2.3