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
[build] daedalus.cpp:272:27: error: no member named 'runOnFunctions' in 'llvm::MergeFunctionsPass'
[build] 272 | MergeFunctionsPass::runOnFunctions(outlinedFunctions);
[build] | ~~~~~~~~~~~~~~~~~~~~^
[build] 1 error generated.
there is problem with the build, i tried LLVM FROM the HEAD 5bb34803a48598c3fa6e480de1814d5fe2d0f652 and LLVM 17
what could be the problem ?
The text was updated successfully, but these errors were encountered:
At present, LLVM doesn't include the runOnFunctions method. We've already submitted a pull request to the official main branch, but it has yet to be reviewed.
there is problem with the build, i tried LLVM FROM the HEAD 5bb34803a48598c3fa6e480de1814d5fe2d0f652 and LLVM 17
what could be the problem ?
The text was updated successfully, but these errors were encountered: