git: 18ec7a900324 - stable/14 - OptionalObsoleteFiles: add missed cuda wrappers include files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 16:39:12 UTC
The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=18ec7a900324939ffd8056ff871e55296b0a9745 commit 18ec7a900324939ffd8056ff871e55296b0a9745 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2024-04-02 20:43:05 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-04-06 16:36:36 +0000 OptionalObsoleteFiles: add missed cuda wrappers include files Files introduced since clang 17.0.2. Approved by: dim Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D44597 (cherry picked from commit a9275714690942e973ae69a3c179e3a435cf50dd) --- tools/build/mk/OptionalObsoleteFiles.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 506f3877883e..86b068a09b82 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -990,6 +990,8 @@ OLD_FILES+=usr/lib/clang/17/include/cmpccxaddintrin.h OLD_FILES+=usr/lib/clang/17/include/cpuid.h OLD_FILES+=usr/lib/clang/17/include/crc32intrin.h OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/algorithm +OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/bits/basic_string.h +OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/bits/basic_string.tcc OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h OLD_DIRS+=usr/lib/clang/17/include/cuda_wrappers/bits OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/cmath