[llvm] ba1f4c6 - [gn build] Port 40c07b559aa6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 17:38:02 PST 2024


Author: LLVM GN Syncbot
Date: 2024-01-06T01:31:06Z
New Revision: ba1f4c6c50205bb7c6937c236084987f8669191c

URL: https://github.com/llvm/llvm-project/commit/ba1f4c6c50205bb7c6937c236084987f8669191c
DIFF: https://github.com/llvm/llvm-project/commit/ba1f4c6c50205bb7c6937c236084987f8669191c.diff

LOG: [gn build] Port 40c07b559aa6

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index 5ba8a7cf4b9158..c1211bb384d34d 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -122,7 +122,6 @@ cxx_sources = [
   "condition_variable_destructor.cpp",
   "error_category.cpp",
   "exception.cpp",
-  "fstream.cpp",
   "functional.cpp",
   "future.cpp",
   "hash.cpp",
@@ -146,7 +145,6 @@ cxx_sources = [
   "iostream.cpp",
   "legacy_pointer_safety.cpp",
   "locale.cpp",
-  "ostream.cpp",
   "memory.cpp",
   "memory_resource.cpp",
   "mutex.cpp",
@@ -155,6 +153,7 @@ cxx_sources = [
   "new_handler.cpp",
   "new_helpers.cpp",
   "optional.cpp",
+  "ostream.cpp",
   "print.cpp",
   "random.cpp",
   "random_shuffle.cpp",


        


More information about the llvm-commits mailing list