Replies: 1 comment 1 reply
-
|
Can you please share the procedure to reproduce the failure including sources or the binary you are trying to raise? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a test.c file which contains assert() and I am running into issues while trying to lift the file to LLVM IR due to: "const: Assertion `MO.isMetadata() && "Unexpected non-metadata operand in branch instruction"' failed." which AI says is due to the asserts. So my title question comes to mind. Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions