Replies: 1 comment
-
Ahh... I know what the problem is.... Sorry... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Well, for using
___dbz_sanitizer___
and___coverage___
, I think the steps are as follows1.Uusing
Llvm.declare_function
to makellvm
for each function(___dbz_sanitizer___
,___coverage___
)2. Build LLVM Call by using
build_call
3. Execute module
So, the result of the module that I implemented is like above...
But here in step 3, I have no idea what I have to do for executing LLVM module.
well I'm not sure that the mothod I did is right actions if not, could you give me some advices?
Beta Was this translation helpful? Give feedback.
All reactions