mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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 a927571469)
This commit is contained in:
parent
13952fbca7
commit
18ec7a9003
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue