Skip to content

Optionally pass --gcc-install-dir option to clang #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

Synss
Copy link
Contributor

@Synss Synss commented Apr 10, 2025

This option allows the selection of a particular toolchain, including an hermetic one.

See also:
https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-gcc-install-dir

Without this option, clang selects the latest toolchain installed on the system, which is not necessarily the one used to build the code and can lead to inconsistencies.

This patch is related to issue #19

This option allows the selection of a particular toolchain, including
an hermetic one.

See also:
  https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-gcc-install-dir

Without this option, clang selects the latest toolchain installed on the
system, which is not necessarily the one used to build the code and can
lead to inconsistencies.

This patch is related to issue erenon#19
@erenon erenon merged commit 07bc385 into erenon:master Apr 14, 2025
1 check passed
@erenon
Copy link
Owner

erenon commented Apr 14, 2025

Thanks!

@Synss Synss deleted the gcc-install-dir branch April 15, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants