Changeset 237088 in webkit
- Timestamp:
- Oct 12, 2018, 4:16:51 PM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/JavaScriptCore/ChangeLog ¶
r237084 r237088 1 2018-10-12 Tadeu Zagallo <tzagallo@apple.com> 2 3 Gardening: Build fix after r237084. 4 https://bugs.webkit.org/show_bug.cgi?id=189708 5 6 Unreviewd. 7 8 * JavaScriptCore.xcodeproj/project.pbxproj: 9 1 10 2018-10-12 Tadeu Zagallo <tzagallo@apple.com> 2 11 -
TabularUnified trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj ¶
r237084 r237088 3225 3225 14BD688E215191310050DAFF /* JSCLLIntSettingsExtractor */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = JSCLLIntSettingsExtractor; sourceTree = BUILT_PRODUCTS_DIR; }; 3226 3226 14BD689C215191B30050DAFF /* LLIntSettingsExtractor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LLIntSettingsExtractor.cpp; path = llint/LLIntSettingsExtractor.cpp; sourceTree = "<group>"; }; 3227 14BD689F2151923F0050DAFF /* LLIntDesiredSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LLIntDesiredSettings.h; path = LLIntOffsets/LLIntDesiredSettings.h; sourceTree = BUILT_PRODUCTS_DIR; };3228 3227 14BE7D3217135CF400D1807A /* WeakInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakInlines.h; sourceTree = "<group>"; }; 3229 3228 14BFCE6810CDB1FC00364CCE /* WeakGCMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakGCMap.h; sourceTree = "<group>"; }; … … 3579 3578 5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libedit.dylib; path = /usr/lib/libedit.dylib; sourceTree = "<absolute>"; }; 3580 3579 5DAFD6CB146B686300FBEFB4 /* JSC.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = JSC.xcconfig; sourceTree = "<group>"; }; 3581 5DDDF44614FEE72200B4FB4D /* LLIntDesiredOffsets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LLIntDesiredOffsets.h; path = LLIntOffsets/LLIntDesiredOffsets.h; sourceTree = BUILT_PRODUCTS_DIR; };3582 3580 5DE3D0F40DD8DDFB00468714 /* WebKitAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitAvailability.h; sourceTree = "<group>"; }; 3583 3581 623A37EB1B87A7BD00754209 /* RegisterMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterMap.h; sourceTree = "<group>"; }; … … 5074 5072 0F4680CE14BBB3D100BFE272 /* LLIntData.cpp */, 5075 5073 0F4680CF14BBB3D100BFE272 /* LLIntData.h */, 5076 5DDDF44614FEE72200B4FB4D /* LLIntDesiredOffsets.h */,5077 14BD689F2151923F0050DAFF /* LLIntDesiredSettings.h */,5078 5074 0F38B00F17CF077F00B144D3 /* LLIntEntrypoint.cpp */, 5079 5075 0F38B01017CF077F00B144D3 /* LLIntEntrypoint.h */,
Note:
See TracChangeset
for help on using the changeset viewer.