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
Seems to be a bitcast instruction in the LLVM bitcode that we're not handling correctly. To debug what's going wrong, you could make SymCC print the bitcode that the verifier chokes on by uncommenting the line here and moving it a few lines up to the lines that print "Symbolizing function"; the code that handles bitcasts (and likely contains the bug) is here.
Hi .
I am trying to compile a target. I compiled and made symcc with LLVM-10 and also made the libcxx of it with symcc .
But I have the following problem when I want to compile a target source code with symcc :
Can anyone help? is something here is forgotten ? I even set
SYMCC_LIBCXX_PATH
to the right place :export SYMCC_LIBCXX_PATH=~/llvm-10/libcxx_symcc_install/
Thanks!
The text was updated successfully, but these errors were encountered: