|
786 | 786 | '../src/compiler/loop-peeling.h',
|
787 | 787 | '../src/compiler/loop-variable-optimizer.cc',
|
788 | 788 | '../src/compiler/loop-variable-optimizer.h',
|
| 789 | + '../src/compiler/machine-graph-verifier.cc', |
| 790 | + '../src/compiler/machine-graph-verifier.h', |
| 791 | + '../src/compiler/machine-graph.cc', |
| 792 | + '../src/compiler/machine-graph.h', |
789 | 793 | '../src/compiler/machine-operator-reducer.cc',
|
790 | 794 | '../src/compiler/machine-operator-reducer.h',
|
791 | 795 | '../src/compiler/machine-operator.cc',
|
792 | 796 | '../src/compiler/machine-operator.h',
|
793 |
| - '../src/compiler/machine-graph-verifier.cc', |
794 |
| - '../src/compiler/machine-graph-verifier.h', |
795 | 797 | '../src/compiler/memory-optimizer.cc',
|
796 | 798 | '../src/compiler/memory-optimizer.h',
|
797 | 799 | '../src/compiler/move-optimizer.cc',
|
|
1433 | 1435 | '../src/transitions-inl.h',
|
1434 | 1436 | '../src/transitions.cc',
|
1435 | 1437 | '../src/transitions.h',
|
| 1438 | + '../src/trap-handler/handler-inside.cc', |
1436 | 1439 | '../src/trap-handler/handler-outside.cc',
|
1437 | 1440 | '../src/trap-handler/handler-shared.cc',
|
1438 | 1441 | '../src/trap-handler/trap-handler.h',
|
|
1753 | 1756 | ],
|
1754 | 1757 | }],
|
1755 | 1758 | ['v8_target_arch=="x64" and OS=="linux"', {
|
1756 |
| - 'sources': ['../src/trap-handler/handler-inside.cc'] |
| 1759 | + 'sources': [ |
| 1760 | + '../src/trap-handler/handler-inside-linux.cc', |
| 1761 | + '../src/trap-handler/handler-outside-linux.cc', |
| 1762 | + ], |
| 1763 | + }], |
| 1764 | + ['v8_target_arch=="x64" and OS=="win"', { |
| 1765 | + 'sources': [ |
| 1766 | + '../src/trap-handler/handler-outside-win.cc', |
| 1767 | + ], |
1757 | 1768 | }],
|
1758 | 1769 | ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
|
1759 | 1770 | 'sources': [
|
|
0 commit comments