File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1102021-09-01 Zan Dobersek <zdobersek@igalia.com>
211
312 REGRESSION(r279256): Crash in JSC::FTL::saveAllRegisters
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments