]> granicus.if.org Git - llvm/commitdiff
gn build: Merge r355546
authorNico Weber <nicolasweber@gmx.de>
Sun, 7 Jul 2019 16:49:44 +0000 (16:49 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 7 Jul 2019 16:49:44 +0000 (16:49 +0000)
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

index e2efc57fc0a5c83f609735398d6d94a4a9604aab..72f92080898e84ebcbfced607b0b2b4853b27ad2 100644 (file)
@@ -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",