mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
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
1ddac6ae37
commit
2df735d0a8
@ -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
Block a user