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:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user