Add a libcxxabi module that provides support for C++ thread-local storage (flutter/engine#47886)

See https://github.com/flutter/flutter/issues/138117
This commit is contained in:
Jason Simmons
2023-11-13 10:50:05 -08:00
committed by GitHub
parent 0ba039231a
commit 1bcbdfe24e

View File

@@ -79,4 +79,8 @@ source_set("libcxxabi") {
if (!(is_tsan && is_linux)) {
sources += [ "src/cxa_guard.cpp" ]
}
if (is_fuchsia || (is_posix && !is_apple)) {
sources += [ "src/cxa_thread_atexit.cpp" ]
}
}