mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
This patch had to be reverted because on gcc 7.5.0 we see an error converting from std::unique_ptr<MCRegisterInfo> to Expected<std::unique_ptr<MCRegisterInfo>> as the return type for the function createRegInfo. This has now been fixed.