Changeset 172739 in webkit


Ignore:
Timestamp:
Aug 18, 2014 7:31:24 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: build fix for non-Mac builds after r172737.
https://bugs.webkit.org/show_bug.cgi?id=135750

Not reviewed.

Location:
trunk/Source/JavaScriptCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/CMakeLists.txt

    r172655 r172739  
    207207    dfg/DFGStrengthReductionPhase.cpp
    208208    dfg/DFGStructureAbstractValue.cpp
     209    dfg/DFGStructureRegistrationPhase.cpp
    209210    dfg/DFGThreadData.cpp
    210211    dfg/DFGThunks.cpp
     
    222223    dfg/DFGVariableEventStream.cpp
    223224    dfg/DFGVirtualRegisterAllocationPhase.cpp
    224     dfg/DFGWatchableStructureWatchingPhase.cpp
    225225    dfg/DFGWatchpointCollectionPhase.cpp
    226226    dfg/DFGWorklist.cpp
  • trunk/Source/JavaScriptCore/ChangeLog

    r172737 r172739  
     12014-08-18  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: build fix for non-Mac builds after r172737.
     4        https://bugs.webkit.org/show_bug.cgi?id=135750
     5
     6        Not reviewed.
     7
     8        * CMakeLists.txt:
     9        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
     10        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
     11
    1122014-08-18  Filip Pizlo  <fpizlo@apple.com>
    213
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj

    r172665 r172739  
    453453    <ClCompile Include="..\dfg\DFGStrengthReductionPhase.cpp" />
    454454    <ClCompile Include="..\dfg\DFGStructureAbstractValue.cpp" />
     455    <ClCompile Include="..\dfg\DFGStructureRegistrationPhase.cpp" />
    455456    <ClCompile Include="..\dfg\DFGThreadData.cpp" />
    456457    <ClCompile Include="..\dfg\DFGThunks.cpp" />
     
    471472    <ClCompile Include="..\dfg\DFGVirtualRegisterAllocationPhase.cpp" />
    472473    <ClCompile Include="..\dfg\DFGWatchpointCollectionPhase.cpp" />
    473     <ClCompile Include="..\dfg\DFGWatchableStructureWatchingPhase.cpp" />
    474474    <ClCompile Include="..\dfg\DFGWorklist.cpp" />
    475475    <ClCompile Include="..\disassembler\Disassembler.cpp" />
     
    10941094    <ClInclude Include="..\dfg\DFGStructureAbstractValue.h" />
    10951095    <ClInclude Include="..\dfg\DFGStructureClobberState.h" />
     1096    <ClInclude Include="..\dfg\DFGStructureRegistrationPhase.h" />
    10961097    <ClInclude Include="..\dfg\DFGThreadData.h" />
    10971098    <ClInclude Include="..\dfg\DFGThunks.h" />
     
    11131114    <ClInclude Include="..\dfg\DFGVariadicFunction.h" />
    11141115    <ClInclude Include="..\dfg\DFGVirtualRegisterAllocationPhase.h" />
    1115     <ClInclude Include="..\dfg\DFGWatchableStructureWatchingPhase.h" />
    11161116    <ClInclude Include="..\dfg\DFGWatchpointCollectionPhase.h" />
    11171117    <ClInclude Include="..\dfg\DFGWorklist.h" />
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters

    r172665 r172739  
    16601660      <Filter>dfg</Filter>
    16611661    </ClCompile>
     1662    <ClCompile Include="..\dfg\DFGStructureRegistrationPhase.cpp">
     1663      <Filter>dfg</Filter>
     1664    </ClCompile>
    16621665    <ClCompile Include="..\dfg\DFGTransition.cpp">
    16631666      <Filter>dfg</Filter>
    16641667    </ClCompile>
    16651668    <ClCompile Include="..\dfg\DFGValueStrength.cpp">
    1666       <Filter>dfg</Filter>
    1667     </ClCompile>
    1668     <ClCompile Include="..\dfg\DFGWatchableStructureWatchingPhase.cpp">
    16691669      <Filter>dfg</Filter>
    16701670    </ClCompile>
     
    40344034      <Filter>dfg</Filter>
    40354035    </ClInclude>
     4036    <ClInclude Include="..\dfg\DFGStructureRegistrationPhase.h">
     4037      <Filter>dfg</Filter>
     4038    </ClInclude>
    40364039    <ClInclude Include="..\dfg\DFGTransition.h">
    40374040      <Filter>dfg</Filter>
    40384041    </ClInclude>
    40394042    <ClInclude Include="..\dfg\DFGValueStrength.h">
    4040       <Filter>dfg</Filter>
    4041     </ClInclude>
    4042     <ClInclude Include="..\dfg\DFGWatchableStructureWatchingPhase.h">
    40434043      <Filter>dfg</Filter>
    40444044    </ClInclude>
Note: See TracChangeset for help on using the changeset viewer.