mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
0ba039231a
commit
1bcbdfe24e
@ -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" ]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user