Skip to content

Commit 0d96508

Browse files
committed
[gn] port 7162fd7
1 parent a3e35a4 commit 0d96508

File tree

1 file changed

+5
-1
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+5
-1
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,14 @@ if (current_toolchain == default_toolchain) {
761761
"__thread/id.h",
762762
"__thread/jthread.h",
763763
"__thread/poll_with_backoff.h",
764+
"__thread/support.h",
765+
"__thread/support/c11.h",
766+
"__thread/support/external.h",
767+
"__thread/support/pthread.h",
768+
"__thread/support/windows.h",
764769
"__thread/this_thread.h",
765770
"__thread/thread.h",
766771
"__thread/timed_backoff_policy.h",
767-
"__threading_support",
768772
"__tree",
769773
"__tuple/make_tuple_types.h",
770774
"__tuple/pair_like.h",

0 commit comments

Comments
 (0)