Replies: 8 comments
-
You have to run only './sanitizer test/example1.ll' |
Beta Was this translation helpful? Give feedback.
-
It seems like example1.ll is generated when I try make inside test directory, not root directory. |
Beta Was this translation helpful? Give feedback.
-
Can you take a look at |
Beta Was this translation helpful? Give feedback.
-
test/example1.instrumented.ll isn't created at all |
Beta Was this translation helpful? Give feedback.
-
Have you finished your implementation? |
Beta Was this translation helpful? Give feedback.
-
I haven't finished implementation, I just wanted to check how the whole process works. |
Beta Was this translation helpful? Give feedback.
-
That is the reason. If you really want to see the whole process before starting homework, just try to make an "identity" sanitizer such as let run llctx llm = llm |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run test/example1.instrumented.ll ./sanitizer test/example1.ll after make, it just gives me 'bash: test/example1.instrumented.ll: No such file or directory'.
So I've created an empty example1.instrumented.ll file, tried again, but it also didn't work.
How can create an instrumented ll file?
Beta Was this translation helpful? Give feedback.
All reactions