forked from OSchip/llvm-project
[AMDGPU] Do not define GET_INSTRINFO_SCHED_ENUM
Autogenerated names are too long and break compilation on Windows, while we do not need this enum at all. Differential Revision: https://reviews.llvm.org/D119869
This commit is contained in:
parent
53b59fdc52
commit
29a0e0a9e5
|
@ -51,7 +51,6 @@ createAMDGPUELFObjectWriter(bool Is64Bit, uint8_t OSABI,
|
|||
|
||||
#define GET_INSTRINFO_ENUM
|
||||
#define GET_INSTRINFO_OPERAND_ENUM
|
||||
#define GET_INSTRINFO_SCHED_ENUM
|
||||
#include "AMDGPUGenInstrInfo.inc"
|
||||
|
||||
#define GET_SUBTARGETINFO_ENUM
|
||||
|
|
Loading…
Reference in New Issue