Skip to content

Commit bf62743

Browse files
committed
add __verbose_abort and bits/c++config.h
1 parent 8199b47 commit bf62743

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

clang/lib/Headers/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ set(files
279279
)
280280

281281
set(cuda_wrapper_files
282+
cuda_wrappers/__verbose_abort
282283
cuda_wrappers/algorithm
283284
cuda_wrappers/cmath
284285
cuda_wrappers/complex
@@ -290,6 +291,7 @@ set(cuda_wrapper_bits_files
290291
cuda_wrappers/bits/shared_ptr_base.h
291292
cuda_wrappers/bits/basic_string.h
292293
cuda_wrappers/bits/basic_string.tcc
294+
cuda_wrappers/bits/c++config.h
293295
cuda_wrappers/bits/move.h
294296
)
295297

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#pragma clang force_cuda_host_device begin
2+
#include_next "__verbose_abort"
3+
#pragma clang force_cuda_host_device end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#pragma clang force_cuda_host_device begin
2+
#include_next "bits/c++config.h"
3+
#pragma clang force_cuda_host_device end

0 commit comments

Comments
 (0)