forked from OSchip/llvm-project
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
This commit is contained in:
parent
efddf20126
commit
3e79ef1d45
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue