jhuber6 wrote:

> ```
> yeluo@epyc-server:/soft/llvm/main-20240301/lib$ ls libomp* -l
> lrwxrwxrwx 1 yeluo yeluo       34 Mar  1 11:18 libomptarget.rtl.amdgpu.so -> 
> libomptarget.rtl.amdgpu.so.19.0git
> -r--r--r-- 1 yeluo yeluo 67532024 Mar  1 11:04 
> libomptarget.rtl.amdgpu.so.19.0git
> lrwxrwxrwx 1 yeluo yeluo       32 Mar  1 11:18 libomptarget.rtl.cuda.so -> 
> libomptarget.rtl.cuda.so.19.0git
> -r--r--r-- 1 yeluo yeluo 67440504 Mar  1 11:04 
> libomptarget.rtl.cuda.so.19.0git
> lrwxrwxrwx 1 yeluo yeluo       34 Mar  1 11:18 libomptarget.rtl.x86_64.so -> 
> libomptarget.rtl.x86_64.so.19.0git
> -r--r--r-- 1 yeluo yeluo 67349472 Mar  1 11:04 
> libomptarget.rtl.x86_64.so.19.0git
> lrwxrwxrwx 1 yeluo yeluo       23 Mar  1 11:18 libomptarget.so -> 
> libomptarget.so.19.0git
> -r--r--r-- 1 yeluo yeluo  2686592 Mar  1 11:04 libomptarget.so.19.0git
> ```
> 
> Should libomptarget follow the relocation of libomp?

That's surprising. Maybe this is interacting incorrectly with the fact that we 
build these as LLVM libs?

https://github.com/llvm/llvm-project/pull/83282
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to