We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on running sort.lua tests.
sort.lua
$ YKD_SERIALISE_COMPILATION=0 ../src/lua sort.lua yk/ykllvm/llvm/lib/IR/Value.cpp:286: llvm::ValueName *llvm::Value::getValueName() const: Assertion `I != Ctx.pImpl->ValueNames.end() && "No name entry found!"' failed $ YKD_SERIALISE_COMPILATION=0 ../src/lua sort.lua yk/target/debug/ykllvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:134: decltype(auto) llvm::orc::ThreadSafeModule::withModuleDo(Func &&) [Func = (lambda at src/ykllvmwrap.cc:408:30)]: Assertion `M && "Can not call on null module"' failed $ YKD_SERIALISE_COMPILATION=1../src/lua sort.lua Floating point instructions are not supported yet: %27 = call double @I2d(i64 noundef %24), !dbg !9406
## Versions YKLua -`main/98807dcb129adae7f3a0f43c02061282b0a9d514` YK - `master/44b8f950a9c013aba4b5f922418b32baae7594bf`
The text was updated successfully, but these errors were encountered:
Oops, duplicate #46
Sorry, something went wrong.
No branches or pull requests
Issue
Error on running
sort.lua
tests.Steps to reproduce
The text was updated successfully, but these errors were encountered: