Supplying rpath to shared libraries for symbols inserted during LLVM pass

Hello,

I need to supply the path to a shared library (libGPURuntime.so) for functions calls generated during the Polly pass. For clang I use the options “-ldl -lGPURuntime -Wl,-rpath,/path/to/loc/of/lib/file”. How can I replicate this for Julia ?

Thank You,
Sanjay Srivallabh