diff options
-rw-r--r-- | llvm/utils/gn/secondary/libcxx/src/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn index e2efc57fc0a..72f92080898 100644 --- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn @@ -152,6 +152,8 @@ cxx_sources = [ "support/runtime/exception_pointer_msvc.ipp", "support/runtime/exception_pointer_unimplemented.ipp", "support/runtime/new_handler_fallback.ipp", + "support/runtime/stdexcept_default.ipp", + "support/runtime/stdexcept_vcruntime.ipp", "system_error.cpp", "thread.cpp", "typeinfo.cpp", |