diff options
author | Bo Anderson <mail@boanderson.me> | 2024-12-12 12:04:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 20:04:57 +0800 |
commit | 0cbdad4bd2396b740742d9ae94cba7d7b8a32cb5 (patch) | |
tree | 7b2244dd00aa45b42d053d45e040ea15587fd04d /llvm/docs/tutorial | |
parent | 2be41e7aee1c72177019a219ccd8e0cfccdbb52b (diff) | |
download | llvm-0cbdad4bd2396b740742d9ae94cba7d7b8a32cb5.zip llvm-0cbdad4bd2396b740742d9ae94cba7d7b8a32cb5.tar.gz llvm-0cbdad4bd2396b740742d9ae94cba7d7b8a32cb5.tar.bz2 |
[clang][Driver] Support simplified triple versions for config files (#111387)
Currently, the config file system loads the full target triple, e.g.
`arm64-apple-darwin23.6.0.cfg`.
This is however not very useful as this is a moving target. In the case
of macOS, that target moves every ~2 months.
We can improve this by adding fallbacks that simplify the version
component of the triple. This pull request adds support for loading
`arm64-apple-darwin23.cfg` and `arm64-apple-darwin.cfg`. See the
included test for a demonstration on how it works.
Diffstat (limited to 'llvm/docs/tutorial')
0 files changed, 0 insertions, 0 deletions