forked from OSchip/llvm-project
[ORC] Include config.h in RegisterEHFrames.cpp.
RegisterEHFrames.cpp needs access to the HAVE_REGISTER_FRAME / HAVE_DEREGISTER_FRAME defines. rdar://71458921
This commit is contained in:
parent
681978d3b4
commit
22e44358d3
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h"
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "llvm/ExecutionEngine/JITSymbol.h"
|
||||
#include "llvm/Support/BinaryStreamReader.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
|
Loading…
Reference in New Issue