diff options
author | Tom Stellard <tstellar@redhat.com> | 2024-01-08 12:20:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 12:20:17 -0800 |
commit | 6684a09ca84b44f320052a77cb01cb4216e6511b (patch) | |
tree | 72249d0e0011bf1acfb34c895a461ef4d12a6f55 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 22a73e7c4616e0405db85598c049a7ca70cca7cc (diff) | |
download | llvm-6684a09ca84b44f320052a77cb01cb4216e6511b.zip llvm-6684a09ca84b44f320052a77cb01cb4216e6511b.tar.gz llvm-6684a09ca84b44f320052a77cb01cb4216e6511b.tar.bz2 |
[Driver] Add the --gcc-triple option (#73214)
When --gcc-triple is used, the driver will search for the 'best' gcc
installation that has the given triple. This is useful for distributions
that want clang to use a specific gcc triple, but do not want to pin to
a specific version as would be required by using --gcc-install-dir.
Having clang linked to a specific gcc version can cause clang to stop
working when the version of gcc installed on the system gets updated.
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions