gn build: Merge r355546

Found by inspection; the sync script doesn't sync .ipp files.

llvm-svn: 365280
This commit is contained in:
Nico Weber 2019-07-07 16:49:44 +00:00
parent dfc0406e0c
commit e2467e90d2

View 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",