diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-05-09 20:49:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 20:49:32 +0200 |
| commit | efe697e1331d1a5175750b0f6b464d573a9bd57a (patch) | |
| tree | ba9227d17de68de539375b0ff8232d8df39803a9 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 363d158cd88b9e01bf92c98176e472b13ecf6bd8 (diff) | |
| parent | bb4976ab2daf56b02e3bc94c932927331bd61cb5 (diff) | |
| download | rust-efe697e1331d1a5175750b0f6b464d573a9bd57a.tar.gz rust-efe697e1331d1a5175750b0f6b464d573a9bd57a.zip | |
Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=albertlarsan68
support set `rpath` option for each target independently Currently the `rpath` option is a global config and it's effect on all targets. But sometimes when developers edit the rustc code and try to release rust toolchains themselves, they may not want to add `rpath` in all targets to avoid dynamically linked shared object library privilege escalation attack. This PR supports set `rpath` option for each target independently . Common developers are not aware of the existence of this configuration option and do not affect the existing development process. This configuration option takes effect only after developers explicitly sets . r? ``@albertlarsan68``
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
