| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 776d11a commit 520e5d9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -607,7 +607,8 @@ | |||
| 607 | 607 | '<(V8_ROOT)/src/trap-handler/handler-inside-posix.h', | |
| 608 | 608 | ], | |
| 609 | 609 | }], | |
| 610 | - ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', { | ||
| 610 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 611 | + ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or False)', { | ||
| 611 | 612 | 'sources': [ | |
| 612 | 613 | '<(V8_ROOT)/src/trap-handler/trap-handler-simulator.h', | |
| 613 | 614 | ], | |
@@ -827,13 +828,15 @@ | |||
| 827 | 828 | '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc', | |
| 828 | 829 | ], | |
| 829 | 830 | }], | |
| 830 | - ['_toolset=="host" and host_arch=="x64" and OS=="win"', { | ||
| 831 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 832 | + ['_toolset=="host" and host_arch=="x64" and False', { | ||
| 831 | 833 | 'sources': [ | |
| 832 | 834 | '<(V8_ROOT)/src/trap-handler/handler-inside-win.cc', | |
| 833 | 835 | '<(V8_ROOT)/src/trap-handler/handler-outside-win.cc', | |
| 834 | 836 | ], | |
| 835 | 837 | }], | |
| 836 | - ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', { | ||
| 838 | + # TODO(targos): Replace False with OS=="win" if handler-outside-simulator.cc becomes compatible with MSVC. | ||
| 839 | + ['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or False)', { | ||
| 837 | 840 | 'sources': [ | |
| 838 | 841 | '<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc', | |
| 839 | 842 | ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments