Ignore:
Timestamp:
Oct 4, 2008, 8:04:18 PM (17 years ago)
Author:
[email protected]
Message:

Add a 'Check For Weak VTables' build phase to catch weak vtables as early as possible.

Reviewed by Tim Hatcher.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r36976 r37312  
    16561656                                932F5B910822A1C700736975 /* Sources */,
    16571657                                9319586B09D9F91A00A56FD4 /* Check For Global Initializers */,
     1658                                5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */,
    16581659                                932F5BD20822A1C700736975 /* Frameworks */,
    16591660                                1C395CBC0C6BCC16000D1E52 /* Generate 64-bit Export File */,
     
    17591760                        shellPath = /bin/sh;
    17601761                        shellScript = "# exclude NPN functions on 64-bit\nsed -e s/^.\\*NPN.\\*$// \"${SRCROOT}/JavaScriptCore.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore/JavaScriptCore.LP64.exp\"\n";
     1762                };
     1763                5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables */ = {
     1764                        isa = PBXShellScriptBuildPhase;
     1765                        buildActionMask = 2147483647;
     1766                        files = (
     1767                        );
     1768                        inputPaths = (
     1769                        );
     1770                        name = "Check For Weak VTables";
     1771                        outputPaths = (
     1772                        );
     1773                        runOnlyForDeploymentPostprocessing = 0;
     1774                        shellPath = /bin/sh;
     1775                        shellScript = "if [ -f ../WebKitTools/Scripts/check-for-weak-vtables ]; then\n    ../WebKitTools/Scripts/check-for-weak-vtables || exit $?\nfi";
    17611776                };
    17621777                5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */ = {
Note: See TracChangeset for help on using the changeset viewer.