MaskRay wrote:

> The Fedora distributors were the only group that were against doing this by 
> default, so the suggestion is that Fedora uses 
> -DCLANG_ALLOW_IMPLICIT_RPATH=OFF when building.

I think other distributors and I are against this as well.

What this PR does can be achieved by adding -frtlib-add-rpath to 
`bin/clang.cfg`.

We have moved away from adding random `CLANG_*`. The configuration file is 
exactly designed for such purposes.

---

I don't think clang driver should be in the position to understand a thousand 
file architectures.
This is simply not scalable.


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

Reply via email to