diff options
| author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-11-28 00:49:01 +0000 |
|---|---|---|
| committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-11-28 00:49:01 +0000 |
| commit | 3e79ef1d45dceca20390329fec777fea73e294ec (patch) | |
| tree | 104d979ad6c2d9c316fdd276aa775cd41ed9fa93 | |
| parent | efddf20126736849b93b33a6027790e64f388f45 (diff) | |
| download | bcm5719-llvm-3e79ef1d45dceca20390329fec777fea73e294ec.tar.gz bcm5719-llvm-3e79ef1d45dceca20390329fec777fea73e294ec.zip | |
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.
llvm-svn: 145215
| -rw-r--r-- | llvm/include/llvm/Support/Valgrind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Valgrind.h b/llvm/include/llvm/Support/Valgrind.h index e091eb7edc6..e1476470393 100644 --- a/llvm/include/llvm/Support/Valgrind.h +++ b/llvm/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 <stddef.h> #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG) |

