Closed bmourad01 closed 2 years ago
The tests in the CI are failing. Some of them return the opposite result from what we expect while others return errors. Do you know what's causing this?
I think it's what we discussed related to the binaries not being lifted correctly. None of these tests are related to detecting intrinsic calls though.
Addresses #366.
We no longer rely on a BIL lifter being available, but instead look at the subroutine in question since the information is there on whether it is intrinsic or not.
The
Sub.intrinsic
tag doesn't seem to get populated anywhere, so for now we can check that the subroutine's name is prefixed withintrinsic:
.