toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Convert C test cases to .cl so that they can be ran with run_kernel.cl script. #11

Closed elhigu closed 11 years ago

elhigu commented 11 years ago

If test requires argv / argc of main and libc might need a little bit more work.

elhigu commented 11 years ago

Also try to fix kernel runner etc. in 3.3. to work always with spir. NVPTX target there has some extra metadata which we have not converted yet properly.