The branch stable/13 has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1fd6ef0cb29e5938f57a540b00df85ffd592785f

commit 1fd6ef0cb29e5938f57a540b00df85ffd592785f
Author:     Olivier Cochard <[email protected]>
AuthorDate: 2024-04-02 20:43:05 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2024-04-06 16:38:08 +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 e068ad8b5f91..d7a9aa46ae57 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1275,6 +1275,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

Reply via email to