Skip to content

Commit 70e343b

Browse files
committed
[gn build] Port 0e34f3f
1 parent 0bb7bd4 commit 70e343b

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,13 @@ if (current_toolchain == default_toolchain) {
284284
"__atomic/atomic_sync.h",
285285
"__atomic/check_memory_order.h",
286286
"__atomic/contention_t.h",
287-
"__atomic/cxx_atomic_impl.h",
288287
"__atomic/fence.h",
289288
"__atomic/is_always_lock_free.h",
290289
"__atomic/kill_dependency.h",
291290
"__atomic/memory_order.h",
291+
"__atomic/support.h",
292+
"__atomic/support/c11.h",
293+
"__atomic/support/gcc.h",
292294
"__atomic/to_gcc_order.h",
293295
"__bit/bit_cast.h",
294296
"__bit/bit_ceil.h",

0 commit comments

Comments
 (0)