Skip to content

Commit

Permalink
Allow resolving cxxabi.h into libcxxabi
Browse files Browse the repository at this point in the history
commit_hash:9c3b26db50fa812b1a54fafe6e32bf4311e98264
  • Loading branch information
georgthegreat committed Jan 31, 2025
1 parent b831a97 commit a8e68bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build/sysincl/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,3 @@
- emscripten/websocket.h: contrib/restricted/emscripten/system/include/emscripten/websocket.h

- stdc-predef.h: contrib/restricted/emscripten/system/lib/libc/musl/include/stdc-predef.h

- cxxabi.h: contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h
6 changes: 3 additions & 3 deletions build/sysincl/stl-to-libcxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@

- includes:
- cxxabi.h:
- contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h
- contrib/libs/cxxsupp/libcxxrt/include/cxxabi.h
- __cxxabi_config.h:
- contrib/libs/cxxsupp/libcxxabi/include/__cxxabi_config.h
- omp.h:
- contrib/libs/cxxsupp/openmp/omp.h
- unwind.h:
Expand All @@ -44,9 +47,6 @@
- math_cuda.h:
- contrib/libs/cxxsupp/libcxx/include/math_cuda.h

- source_filter: "^contrib/libs/cxxsupp/libcxxabi/"
includes:
- cxxabi.h: contrib/libs/cxxsupp/libcxxabi/include/cxxabi.h

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

0 comments on commit a8e68bb

Please sign in to comment.