| commit | ab50b830d02f4281cf0c57d0a8c0c51ad82bccc9 | [log] [tgz] | 
|---|---|---|
| author | Louis Dionne <ldionne@apple.com> | Tue Aug 20 16:41:38 2019 +0000 | 
| committer | Louis Dionne <ldionne@apple.com> | Tue Aug 20 16:41:38 2019 +0000 | 
| tree | 8814677a82cfdf023f534656f80578b0425f2164 | |
| parent | 53ab6bef98e7e43a0b5407a24babb837f1317cfa [diff] | 
[libc++] Populate a lit feature including the compiler patch level
If the compiler is (for example) AppleClang 10.0.1, we would previously
populate the following lit features:
    apple-clang
    apple-clang-10
    apple-clang-10.0
This patch additionally populates a feature called 'apple-clang-10.0.1',
which allows more precise enabling/disabling of tests.
llvm-svn: 369406