You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../lib/Wrapper/OptSchedMachineWrapper.cpp: In member function ‘virtual void llvm::opt_sched::CortexA53MMGenerator::generateProcessorData(std::string*, int*)’:
../lib/Wrapper/OptSchedMachineWrapper.cpp:236:48: error: ‘const struct llvm::MCProcResourceDesc’ has no member named ‘Name’
236 | ResourceIdToIssueType[FUIdx] = FUResource->Name;
| ^~~~
../lib/Wrapper/OptSchedMachineWrapper.cpp:237:35: error: ‘const struct llvm::MCProcResourceDesc’ has no member named ‘Name’
237 | IssueTypeInfo ITI{FUResource->Name, static_cast<int>(FUResource->NumUnits)};
| ^~~~
This came from @paul-mchugh 's #137 PR. Do you know what would be needed to fix this?
The text was updated successfully, but these errors were encountered:
The error is on line 236:
OptSched/lib/Wrapper/OptSchedMachineWrapper.cpp
Lines 233 to 239 in 7183a5e
The workaround is to comment out this loop.
Full error message:
This came from @paul-mchugh 's #137 PR. Do you know what would be needed to fix this?
The text was updated successfully, but these errors were encountered: