diff options
author | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2021-11-18 04:03:38 +0000 |
---|---|---|
committer | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2021-11-18 04:03:38 +0000 |
commit | c72356951245e7c5ea8186174e7d16dc33f62cb1 (patch) | |
tree | e82deac7b455144849d7eeab14d2ad8ea6eab9de | |
parent | 92832e4889ae6038cc8b3e6e449af2a9b9374ab4 (diff) | |
download | llvm-c72356951245e7c5ea8186174e7d16dc33f62cb1.tar.gz |
[gn build] Port 92832e4889ae
-rw-r--r-- | llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 6ff9b9668550..10b4e4e0ea46 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -342,6 +342,7 @@ if (current_toolchain == default_toolchain) { "__support/xlocale/__nop_locale_mgmt.h", "__support/xlocale/__posix_l_fallback.h", "__support/xlocale/__strtonum_fallback.h", + "__thread/poll_with_backoff.h", "__threading_support", "__tree", "__tuple", |