mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-23 19:59:48 +00:00
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
This commit is contained in:
parent
08b73a30bb
commit
38831b014a
@ -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
Block a user