diff --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn index 95c5924eea5b8e..f7bd1b2b3339b1 100644 --- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn @@ -115,7 +115,6 @@ config("cxx_config") { cxx_sources = [ "algorithm.cpp", "any.cpp", - "assert.cpp", "atomic.cpp", "barrier.cpp", "bind.cpp", @@ -182,6 +181,7 @@ cxx_sources = [ "valarray.cpp", "variant.cpp", "vector.cpp", + "verbose_abort.cpp", ] if (target_os == "win") { cxx_sources += [