Add a test that checks that kernel inline instrumentation works.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I had to revert this: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/24077/steps/test/logs/stdio.
Is the load_n supposed to be loadN?
Comment Actions
Fixed "_n" vs "N" naming and added "-asan-recover=1" flag, which is always enabled for the kernel.
Comment Actions
Sorry, it was supposed to go on top of https://reviews.llvm.org/D42423 (which is committed now).
Anyway, I noticed an issue in naming ("loadN" is actually supposed to be "load_n") and another issue with asan flags (need "-asan-recover=1" and "noabort" suffixes).
Could you try again?
Comment Actions
That's great, I'm still testing it in combination with https://reviews.llvm.org/D42473. It should simply go away when I do git pull.