Changeset 54405 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 4, 2010, 10:13:23 PM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r54403 r54405 1 2010-02-04 Mark Rowe <[email protected]> 2 3 Reviewed by Timothy Hatcher. 4 5 Build fix. Remove a symbol corresponding to an inline function from the linker export 6 file to prevent a weak external failure. 7 8 * JavaScriptCore.xcodeproj/project.pbxproj: Accommodate rename of script. 9 1 10 2010-02-04 Daniel Bates <[email protected]> 2 11 -
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r54402 r54405 2109 2109 9319586B09D9F91A00A56FD4 /* Check For Global Initializers */, 2110 2110 933457200EBFDC3F00B80894 /* Check For Exit Time Destructors */, 2111 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */,2111 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables and Externals */, 2112 2112 ); 2113 2113 buildRules = ( … … 2208 2208 shellScript = "# exclude NPN functions on 64-bit\nsed -e s/^.\\*NPN.\\*$// \"${SRCROOT}/JavaScriptCore.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore/JavaScriptCore.LP64.exp\"\n"; 2209 2209 }; 2210 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */ = {2210 5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables and Externals */ = { 2211 2211 isa = PBXShellScriptBuildPhase; 2212 2212 buildActionMask = 2147483647; … … 2216 2216 "$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)", 2217 2217 ); 2218 name = "Check For Weak VTables ";2218 name = "Check For Weak VTables and Externals"; 2219 2219 outputPaths = ( 2220 2220 ); 2221 2221 runOnlyForDeploymentPostprocessing = 0; 2222 2222 shellPath = /bin/sh; 2223 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-weak-vtables ]; then\n ../WebKitTools/Scripts/check-for-weak-vtables || exit $?\nfi";2223 shellScript = "if [ -f ../WebKitTools/Scripts/check-for-weak-vtables-and-externals ]; then\n ../WebKitTools/Scripts/check-for-weak-vtables-and-externals || exit $?\nfi"; 2224 2224 }; 2225 2225 5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */ = {
Note:
See TracChangeset
for help on using the changeset viewer.