JuliaHubOSS/llvm-cbe

LLVM 10 build errors

Closed this issue · 1 comments

Build with system llvm 10.0:
/tmp/.private/lav/RPM/BUILD/llvm-cbe-0.0.1/lib/Target/CBackend/TargetInfo/../CTargetMachine.h:38:20: error: no matching function for call to ‘llvm::TargetSubtargetInfo::TargetSubtargetInfo(const llvm::Triple&, llvm::StringRef&, llvm::StringRef&, llvm::ArrayRefllvm::SubtargetFeatureKV, llvm::ArrayRefllvm::SubtargetFeatureKV, std::nullptr_t, std::nullptr_t, std::nullptr_t, std::nullptr_t, std::nullptr_t, std::nullptr_t, std::nullptr_t)’
38 | Lowering(TM) {}

Did #73 fix this? I tried this project with LLVM 10 yesterday and it built fine.