forked from OSchip/llvm-project
ARMRegisterBankInfo.h requires LLVM_BUILD_GLOBAL_ISEL to be defined. If it is not defined, then ARMGenRegisterBank.inc is not table generated and the inclusion of this header causes the build to fail.
llvm-svn: 302535
This commit is contained in:
parent
d0488d427c
commit
06297e839a
|
@ -13,7 +13,9 @@
|
|||
#include "ARM.h"
|
||||
#include "ARMCallLowering.h"
|
||||
#include "ARMLegalizerInfo.h"
|
||||
#ifndef LLVM_BUILD_GLOBAL_ISEL
|
||||
#include "ARMRegisterBankInfo.h"
|
||||
#endif
|
||||
#include "ARMSubtarget.h"
|
||||
#include "ARMTargetMachine.h"
|
||||
#include "ARMTargetObjectFile.h"
|
||||
|
|
Loading…
Reference in New Issue