Skip to content

Commit a8e68bb

Browse files
committedJan 31, 2025·
Allow resolving cxxabi.h into libcxxabi
commit_hash:9c3b26db50fa812b1a54fafe6e32bf4311e98264
1 parent b831a97 commit a8e68bb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎build/sysincl/emscripten.yml

-2
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,3 @@
347347
- emscripten/websocket.h: contrib/restricted/emscripten/system/include/emscripten/websocket.h
348348

349349
- stdc-predef.h: contrib/restricted/emscripten/system/lib/libc/musl/include/stdc-predef.h
350-
351-
- cxxabi.h: contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h

‎build/sysincl/stl-to-libcxx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232

3333
- includes:
3434
- cxxabi.h:
35+
- contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h
3536
- contrib/libs/cxxsupp/libcxxrt/include/cxxabi.h
37+
- __cxxabi_config.h:
38+
- contrib/libs/cxxsupp/libcxxabi/include/__cxxabi_config.h
3639
- omp.h:
3740
- contrib/libs/cxxsupp/openmp/omp.h
3841
- unwind.h:
@@ -44,9 +47,6 @@
4447
- math_cuda.h:
4548
- contrib/libs/cxxsupp/libcxx/include/math_cuda.h
4649

47-
- source_filter: "^contrib/libs/cxxsupp/libcxxabi/"
48-
includes:
49-
- cxxabi.h: contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h
5050

5151
# Though these are headers provided by libcxx, we do not want to allow them to be included.
5252
# We are using non-existent filename to generate error instead, as there is no specific syntax for this case.

0 commit comments

Comments
 (0)
Please sign in to comment.