diff options
author | Carlos Galvez <carlosgalvezp@gmail.com> | 2025-10-15 13:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-15 13:54:59 +0200 |
commit | 67e6a376209c9cc9576012c1c042bee9b852d584 (patch) | |
tree | b48a3dde227d32abaccb1901546758c40bd38fe7 /llvm/lib/CodeGen/BasicBlockPathCloning.cpp | |
parent | 861519327ab0797edfed9288718ba1484bf71e4a (diff) | |
download | llvm-67e6a376209c9cc9576012c1c042bee9b852d584.zip llvm-67e6a376209c9cc9576012c1c042bee9b852d584.tar.gz llvm-67e6a376209c9cc9576012c1c042bee9b852d584.tar.bz2 |
[clang] Remove `HelpHidden` from the `-resource-dir` option (#163131)
Currently the "getter" option `-print-resource-dir` is visible when
typing `--help`, but the corresponding "setter" option `-resource-dir`
is not.
This option is useful when one is using clang on a non-standard
location, or when one is building a libtooling-based tool (e.g. IWYU)
based on a local clang build. In that case, we need to specify the
correct path to the resource directory for things to work.
Existing documentation already makes use of this option, for example
here:
https://clang.llvm.org/docs/StandardCPlusPlusModules.html#possible-issues-failed-to-find-system-headers
There is thus no reason to keep this option hidden from the help and
documentation.
---------
Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
Diffstat (limited to 'llvm/lib/CodeGen/BasicBlockPathCloning.cpp')
0 files changed, 0 insertions, 0 deletions