Skip to content

Commit 1c1b4e5

Browse files
committed
Fix the Xcode build after r281838
Unreviewed. * DerivedSources-input.xcfilelist: * DerivedSources-output.xcfilelist: Canonical link: https://commits.webkit.org/241178@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281846 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1649bcc commit 1c1b4e5

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-09-01 Myles C. Maxfield <mmaxfield@apple.com>
2+
3+
Fix the Xcode build after r281838
4+
5+
Unreviewed.
6+
7+
* DerivedSources-input.xcfilelist:
8+
* DerivedSources-output.xcfilelist:
9+
110
2021-09-01 Zan Dobersek <zdobersek@igalia.com>
211

312
REGRESSION(r279256): Crash in JSC::FTL::saveAllRegisters

Source/JavaScriptCore/DerivedSources-input.xcfilelist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ $(PROJECT_DIR)/runtime/SymbolConstructor.cpp
171171
$(PROJECT_DIR)/runtime/SymbolPrototype.cpp
172172
$(PROJECT_DIR)/runtime/TemporalCalendarConstructor.cpp
173173
$(PROJECT_DIR)/runtime/TemporalCalendarPrototype.cpp
174+
$(PROJECT_DIR)/runtime/TemporalDurationConstructor.cpp
175+
$(PROJECT_DIR)/runtime/TemporalDurationPrototype.cpp
174176
$(PROJECT_DIR)/runtime/TemporalObject.cpp
175177
$(PROJECT_DIR)/ucd/CaseFolding.txt
176178
$(PROJECT_DIR)/ucd/DerivedBinaryProperties.txt

Source/JavaScriptCore/DerivedSources-output.xcfilelist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/SymbolConstructor.lut.h
6868
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/SymbolPrototype.lut.h
6969
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TemporalCalendarConstructor.lut.h
7070
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TemporalCalendarPrototype.lut.h
71+
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TemporalDurationConstructor.lut.h
72+
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TemporalDurationPrototype.lut.h
7173
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TemporalObject.lut.h
7274
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/UnicodePatternTables.h
7375
$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/WasmB3IRGeneratorInlines.h

0 commit comments

Comments
 (0)