pawosm-arm wrote:

> `addSanitizerRuntime` and `addOpenMPRuntime` are already calling 
> `addArchSpecificRPath`. It it a problem if rpath is added multiple times?
> 

I've been testing it with and without -fopenmp and didn't observe any problem

> Compiler-rt libs (`libclang_rt.*.a`) are added as absolute paths, shouldn't 
> the Fortran-runtime do the same?

This makes sense for static libraries, Fortran-runtime can be built static or 
shared, and in case of shared lib, the rpath issue starts to kick in.


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

Reply via email to