From 690c681c9fa58bcc20d2ca32140919bf89b7c5a3 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sun, 7 Jul 2019 16:49:44 +0000 Subject: [PATCH] gn build: Merge r355546 Found by inspection; the sync script doesn't sync .ipp files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365280 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/libcxx/src/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/gn/secondary/libcxx/src/BUILD.gn b/utils/gn/secondary/libcxx/src/BUILD.gn index e2efc57fc0a..72f92080898 100644 --- a/utils/gn/secondary/libcxx/src/BUILD.gn +++ b/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", -- 2.50.1