forked from OSchip/llvm-project
Include config.h in order to have HAVE_STDINT_H be defined.
In the latest binutils the plugin-api.h needs this - without it the LLVM gold plugin fails to compile. llvm-svn: 84861
This commit is contained in:
parent
802f14ccde
commit
f34a264c60
|
@ -12,6 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "plugin-api.h"
|
||||
|
||||
#include "llvm-c/lto.h"
|
||||
|
|
Loading…
Reference in New Issue