Skip to content

Commit ba1f4c6

Browse files
committed
[gn build] Port 40c07b5
1 parent 1c43e64 commit ba1f4c6

File tree

1 file changed

+1
-2
lines changed
  • llvm/utils/gn/secondary/libcxx/src

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ cxx_sources = [
122122
"condition_variable_destructor.cpp",
123123
"error_category.cpp",
124124
"exception.cpp",
125-
"fstream.cpp",
126125
"functional.cpp",
127126
"future.cpp",
128127
"hash.cpp",
@@ -146,7 +145,6 @@ cxx_sources = [
146145
"iostream.cpp",
147146
"legacy_pointer_safety.cpp",
148147
"locale.cpp",
149-
"ostream.cpp",
150148
"memory.cpp",
151149
"memory_resource.cpp",
152150
"mutex.cpp",
@@ -155,6 +153,7 @@ cxx_sources = [
155153
"new_handler.cpp",
156154
"new_helpers.cpp",
157155
"optional.cpp",
156+
"ostream.cpp",
158157
"print.cpp",
159158
"random.cpp",
160159
"random_shuffle.cpp",

0 commit comments

Comments
 (0)