How can I offline compile a .cl file for Adreno GPU?

I tried adreno offline compiler aoc.exe -arch=a730 -api=OpenCL -cl-std=CL2.0 baz.cl
but I can not find the output file.
For information security reasons, I am unable to push the opencl kernel code to device and compile it at runtime.