Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: src/v8.gyp

Issue 2026313002: Emit unwinding information for TurboFan code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame
Patch Set: Clarify assumptions on frame ction/dtion routines in arm/arm64. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'compiler/store-store-elimination.cc', 673 'compiler/store-store-elimination.cc',
674 'compiler/store-store-elimination.h', 674 'compiler/store-store-elimination.h',
675 'compiler/tail-call-optimization.cc', 675 'compiler/tail-call-optimization.cc',
676 'compiler/tail-call-optimization.h', 676 'compiler/tail-call-optimization.h',
677 'compiler/type-hint-analyzer.cc', 677 'compiler/type-hint-analyzer.cc',
678 'compiler/type-hint-analyzer.h', 678 'compiler/type-hint-analyzer.h',
679 'compiler/type-hints.cc', 679 'compiler/type-hints.cc',
680 'compiler/type-hints.h', 680 'compiler/type-hints.h',
681 'compiler/typer.cc', 681 'compiler/typer.cc',
682 'compiler/typer.h', 682 'compiler/typer.h',
683 'compiler/unwinding-info-writer.h',
683 'compiler/value-numbering-reducer.cc', 684 'compiler/value-numbering-reducer.cc',
684 'compiler/value-numbering-reducer.h', 685 'compiler/value-numbering-reducer.h',
685 'compiler/verifier.cc', 686 'compiler/verifier.cc',
686 'compiler/verifier.h', 687 'compiler/verifier.h',
687 'compiler/wasm-compiler.cc', 688 'compiler/wasm-compiler.cc',
688 'compiler/wasm-compiler.h', 689 'compiler/wasm-compiler.h',
689 'compiler/wasm-linkage.cc', 690 'compiler/wasm-linkage.cc',
690 'compiler/zone-pool.cc', 691 'compiler/zone-pool.cc',
691 'compiler/zone-pool.h', 692 'compiler/zone-pool.h',
692 'compiler.cc', 693 'compiler.cc',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'arm/interface-descriptors-arm.h', 1227 'arm/interface-descriptors-arm.h',
1227 'arm/macro-assembler-arm.cc', 1228 'arm/macro-assembler-arm.cc',
1228 'arm/macro-assembler-arm.h', 1229 'arm/macro-assembler-arm.h',
1229 'arm/simulator-arm.cc', 1230 'arm/simulator-arm.cc',
1230 'arm/simulator-arm.h', 1231 'arm/simulator-arm.h',
1231 'arm/eh-frame-arm.cc', 1232 'arm/eh-frame-arm.cc',
1232 'compiler/arm/code-generator-arm.cc', 1233 'compiler/arm/code-generator-arm.cc',
1233 'compiler/arm/instruction-codes-arm.h', 1234 'compiler/arm/instruction-codes-arm.h',
1234 'compiler/arm/instruction-scheduler-arm.cc', 1235 'compiler/arm/instruction-scheduler-arm.cc',
1235 'compiler/arm/instruction-selector-arm.cc', 1236 'compiler/arm/instruction-selector-arm.cc',
1237 'compiler/arm/unwinding-info-writer-arm.h',
1238 'compiler/arm/unwinding-info-writer-arm.cc',
1236 'crankshaft/arm/lithium-arm.cc', 1239 'crankshaft/arm/lithium-arm.cc',
1237 'crankshaft/arm/lithium-arm.h', 1240 'crankshaft/arm/lithium-arm.h',
1238 'crankshaft/arm/lithium-codegen-arm.cc', 1241 'crankshaft/arm/lithium-codegen-arm.cc',
1239 'crankshaft/arm/lithium-codegen-arm.h', 1242 'crankshaft/arm/lithium-codegen-arm.h',
1240 'crankshaft/arm/lithium-gap-resolver-arm.cc', 1243 'crankshaft/arm/lithium-gap-resolver-arm.cc',
1241 'crankshaft/arm/lithium-gap-resolver-arm.h', 1244 'crankshaft/arm/lithium-gap-resolver-arm.h',
1242 'debug/arm/debug-arm.cc', 1245 'debug/arm/debug-arm.cc',
1243 'full-codegen/arm/full-codegen-arm.cc', 1246 'full-codegen/arm/full-codegen-arm.cc',
1244 'ic/arm/access-compiler-arm.cc', 1247 'ic/arm/access-compiler-arm.cc',
1245 'ic/arm/handler-compiler-arm.cc', 1248 'ic/arm/handler-compiler-arm.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 'arm64/macro-assembler-arm64-inl.h', 1284 'arm64/macro-assembler-arm64-inl.h',
1282 'arm64/simulator-arm64.cc', 1285 'arm64/simulator-arm64.cc',
1283 'arm64/simulator-arm64.h', 1286 'arm64/simulator-arm64.h',
1284 'arm64/utils-arm64.cc', 1287 'arm64/utils-arm64.cc',
1285 'arm64/utils-arm64.h', 1288 'arm64/utils-arm64.h',
1286 'arm64/eh-frame-arm64.cc', 1289 'arm64/eh-frame-arm64.cc',
1287 'compiler/arm64/code-generator-arm64.cc', 1290 'compiler/arm64/code-generator-arm64.cc',
1288 'compiler/arm64/instruction-codes-arm64.h', 1291 'compiler/arm64/instruction-codes-arm64.h',
1289 'compiler/arm64/instruction-scheduler-arm64.cc', 1292 'compiler/arm64/instruction-scheduler-arm64.cc',
1290 'compiler/arm64/instruction-selector-arm64.cc', 1293 'compiler/arm64/instruction-selector-arm64.cc',
1294 'compiler/arm64/unwinding-info-writer-arm64.h',
1295 'compiler/arm64/unwinding-info-writer-arm64.cc',
1291 'crankshaft/arm64/delayed-masm-arm64.cc', 1296 'crankshaft/arm64/delayed-masm-arm64.cc',
1292 'crankshaft/arm64/delayed-masm-arm64.h', 1297 'crankshaft/arm64/delayed-masm-arm64.h',
1293 'crankshaft/arm64/delayed-masm-arm64-inl.h', 1298 'crankshaft/arm64/delayed-masm-arm64-inl.h',
1294 'crankshaft/arm64/lithium-arm64.cc', 1299 'crankshaft/arm64/lithium-arm64.cc',
1295 'crankshaft/arm64/lithium-arm64.h', 1300 'crankshaft/arm64/lithium-arm64.h',
1296 'crankshaft/arm64/lithium-codegen-arm64.cc', 1301 'crankshaft/arm64/lithium-codegen-arm64.cc',
1297 'crankshaft/arm64/lithium-codegen-arm64.h', 1302 'crankshaft/arm64/lithium-codegen-arm64.h',
1298 'crankshaft/arm64/lithium-gap-resolver-arm64.cc', 1303 'crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1299 'crankshaft/arm64/lithium-gap-resolver-arm64.h', 1304 'crankshaft/arm64/lithium-gap-resolver-arm64.h',
1300 'debug/arm64/debug-arm64.cc', 1305 'debug/arm64/debug-arm64.cc',
(...skipping 22 matching lines...) Expand all
1323 'ia32/disasm-ia32.cc', 1328 'ia32/disasm-ia32.cc',
1324 'ia32/frames-ia32.cc', 1329 'ia32/frames-ia32.cc',
1325 'ia32/frames-ia32.h', 1330 'ia32/frames-ia32.h',
1326 'ia32/interface-descriptors-ia32.cc', 1331 'ia32/interface-descriptors-ia32.cc',
1327 'ia32/macro-assembler-ia32.cc', 1332 'ia32/macro-assembler-ia32.cc',
1328 'ia32/macro-assembler-ia32.h', 1333 'ia32/macro-assembler-ia32.h',
1329 'compiler/ia32/code-generator-ia32.cc', 1334 'compiler/ia32/code-generator-ia32.cc',
1330 'compiler/ia32/instruction-codes-ia32.h', 1335 'compiler/ia32/instruction-codes-ia32.h',
1331 'compiler/ia32/instruction-scheduler-ia32.cc', 1336 'compiler/ia32/instruction-scheduler-ia32.cc',
1332 'compiler/ia32/instruction-selector-ia32.cc', 1337 'compiler/ia32/instruction-selector-ia32.cc',
1338 'compiler/ia32/unwinding-info-writer-ia32.h',
1333 'crankshaft/ia32/lithium-codegen-ia32.cc', 1339 'crankshaft/ia32/lithium-codegen-ia32.cc',
1334 'crankshaft/ia32/lithium-codegen-ia32.h', 1340 'crankshaft/ia32/lithium-codegen-ia32.h',
1335 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1341 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1336 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1342 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1337 'crankshaft/ia32/lithium-ia32.cc', 1343 'crankshaft/ia32/lithium-ia32.cc',
1338 'crankshaft/ia32/lithium-ia32.h', 1344 'crankshaft/ia32/lithium-ia32.h',
1339 'debug/ia32/debug-ia32.cc', 1345 'debug/ia32/debug-ia32.cc',
1340 'full-codegen/ia32/full-codegen-ia32.cc', 1346 'full-codegen/ia32/full-codegen-ia32.cc',
1341 'ic/ia32/access-compiler-ia32.cc', 1347 'ic/ia32/access-compiler-ia32.cc',
1342 'ic/ia32/handler-compiler-ia32.cc', 1348 'ic/ia32/handler-compiler-ia32.cc',
(...skipping 19 matching lines...) Expand all
1362 'x87/disasm-x87.cc', 1368 'x87/disasm-x87.cc',
1363 'x87/frames-x87.cc', 1369 'x87/frames-x87.cc',
1364 'x87/frames-x87.h', 1370 'x87/frames-x87.h',
1365 'x87/interface-descriptors-x87.cc', 1371 'x87/interface-descriptors-x87.cc',
1366 'x87/macro-assembler-x87.cc', 1372 'x87/macro-assembler-x87.cc',
1367 'x87/macro-assembler-x87.h', 1373 'x87/macro-assembler-x87.h',
1368 'compiler/x87/code-generator-x87.cc', 1374 'compiler/x87/code-generator-x87.cc',
1369 'compiler/x87/instruction-codes-x87.h', 1375 'compiler/x87/instruction-codes-x87.h',
1370 'compiler/x87/instruction-scheduler-x87.cc', 1376 'compiler/x87/instruction-scheduler-x87.cc',
1371 'compiler/x87/instruction-selector-x87.cc', 1377 'compiler/x87/instruction-selector-x87.cc',
1378 'compiler/x87/unwinding-info-writer-x87.h',
1372 'crankshaft/x87/lithium-codegen-x87.cc', 1379 'crankshaft/x87/lithium-codegen-x87.cc',
1373 'crankshaft/x87/lithium-codegen-x87.h', 1380 'crankshaft/x87/lithium-codegen-x87.h',
1374 'crankshaft/x87/lithium-gap-resolver-x87.cc', 1381 'crankshaft/x87/lithium-gap-resolver-x87.cc',
1375 'crankshaft/x87/lithium-gap-resolver-x87.h', 1382 'crankshaft/x87/lithium-gap-resolver-x87.h',
1376 'crankshaft/x87/lithium-x87.cc', 1383 'crankshaft/x87/lithium-x87.cc',
1377 'crankshaft/x87/lithium-x87.h', 1384 'crankshaft/x87/lithium-x87.h',
1378 'debug/x87/debug-x87.cc', 1385 'debug/x87/debug-x87.cc',
1379 'full-codegen/x87/full-codegen-x87.cc', 1386 'full-codegen/x87/full-codegen-x87.cc',
1380 'ic/x87/access-compiler-x87.cc', 1387 'ic/x87/access-compiler-x87.cc',
1381 'ic/x87/handler-compiler-x87.cc', 1388 'ic/x87/handler-compiler-x87.cc',
(...skipping 23 matching lines...) Expand all
1405 'mips/frames-mips.h', 1412 'mips/frames-mips.h',
1406 'mips/interface-descriptors-mips.cc', 1413 'mips/interface-descriptors-mips.cc',
1407 'mips/macro-assembler-mips.cc', 1414 'mips/macro-assembler-mips.cc',
1408 'mips/macro-assembler-mips.h', 1415 'mips/macro-assembler-mips.h',
1409 'mips/simulator-mips.cc', 1416 'mips/simulator-mips.cc',
1410 'mips/simulator-mips.h', 1417 'mips/simulator-mips.h',
1411 'compiler/mips/code-generator-mips.cc', 1418 'compiler/mips/code-generator-mips.cc',
1412 'compiler/mips/instruction-codes-mips.h', 1419 'compiler/mips/instruction-codes-mips.h',
1413 'compiler/mips/instruction-scheduler-mips.cc', 1420 'compiler/mips/instruction-scheduler-mips.cc',
1414 'compiler/mips/instruction-selector-mips.cc', 1421 'compiler/mips/instruction-selector-mips.cc',
1422 'compiler/mips/unwinding-info-writer-mips.h',
1415 'crankshaft/mips/lithium-codegen-mips.cc', 1423 'crankshaft/mips/lithium-codegen-mips.cc',
1416 'crankshaft/mips/lithium-codegen-mips.h', 1424 'crankshaft/mips/lithium-codegen-mips.h',
1417 'crankshaft/mips/lithium-gap-resolver-mips.cc', 1425 'crankshaft/mips/lithium-gap-resolver-mips.cc',
1418 'crankshaft/mips/lithium-gap-resolver-mips.h', 1426 'crankshaft/mips/lithium-gap-resolver-mips.h',
1419 'crankshaft/mips/lithium-mips.cc', 1427 'crankshaft/mips/lithium-mips.cc',
1420 'crankshaft/mips/lithium-mips.h', 1428 'crankshaft/mips/lithium-mips.h',
1421 'full-codegen/mips/full-codegen-mips.cc', 1429 'full-codegen/mips/full-codegen-mips.cc',
1422 'debug/mips/debug-mips.cc', 1430 'debug/mips/debug-mips.cc',
1423 'ic/mips/access-compiler-mips.cc', 1431 'ic/mips/access-compiler-mips.cc',
1424 'ic/mips/handler-compiler-mips.cc', 1432 'ic/mips/handler-compiler-mips.cc',
(...skipping 23 matching lines...) Expand all
1448 'mips64/frames-mips64.h', 1456 'mips64/frames-mips64.h',
1449 'mips64/interface-descriptors-mips64.cc', 1457 'mips64/interface-descriptors-mips64.cc',
1450 'mips64/macro-assembler-mips64.cc', 1458 'mips64/macro-assembler-mips64.cc',
1451 'mips64/macro-assembler-mips64.h', 1459 'mips64/macro-assembler-mips64.h',
1452 'mips64/simulator-mips64.cc', 1460 'mips64/simulator-mips64.cc',
1453 'mips64/simulator-mips64.h', 1461 'mips64/simulator-mips64.h',
1454 'compiler/mips64/code-generator-mips64.cc', 1462 'compiler/mips64/code-generator-mips64.cc',
1455 'compiler/mips64/instruction-codes-mips64.h', 1463 'compiler/mips64/instruction-codes-mips64.h',
1456 'compiler/mips64/instruction-scheduler-mips64.cc', 1464 'compiler/mips64/instruction-scheduler-mips64.cc',
1457 'compiler/mips64/instruction-selector-mips64.cc', 1465 'compiler/mips64/instruction-selector-mips64.cc',
1466 'compiler/mips64/unwinding-info-writer-mips64.h',
1458 'crankshaft/mips64/lithium-codegen-mips64.cc', 1467 'crankshaft/mips64/lithium-codegen-mips64.cc',
1459 'crankshaft/mips64/lithium-codegen-mips64.h', 1468 'crankshaft/mips64/lithium-codegen-mips64.h',
1460 'crankshaft/mips64/lithium-gap-resolver-mips64.cc', 1469 'crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1461 'crankshaft/mips64/lithium-gap-resolver-mips64.h', 1470 'crankshaft/mips64/lithium-gap-resolver-mips64.h',
1462 'crankshaft/mips64/lithium-mips64.cc', 1471 'crankshaft/mips64/lithium-mips64.cc',
1463 'crankshaft/mips64/lithium-mips64.h', 1472 'crankshaft/mips64/lithium-mips64.h',
1464 'debug/mips64/debug-mips64.cc', 1473 'debug/mips64/debug-mips64.cc',
1465 'full-codegen/mips64/full-codegen-mips64.cc', 1474 'full-codegen/mips64/full-codegen-mips64.cc',
1466 'ic/mips64/access-compiler-mips64.cc', 1475 'ic/mips64/access-compiler-mips64.cc',
1467 'ic/mips64/handler-compiler-mips64.cc', 1476 'ic/mips64/handler-compiler-mips64.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'regexp/x64/regexp-macro-assembler-x64.cc', 1515 'regexp/x64/regexp-macro-assembler-x64.cc',
1507 'regexp/x64/regexp-macro-assembler-x64.h', 1516 'regexp/x64/regexp-macro-assembler-x64.h',
1508 ], 1517 ],
1509 }], 1518 }],
1510 ['v8_target_arch=="x64"', { 1519 ['v8_target_arch=="x64"', {
1511 'sources': [ 1520 'sources': [
1512 'compiler/x64/code-generator-x64.cc', 1521 'compiler/x64/code-generator-x64.cc',
1513 'compiler/x64/instruction-codes-x64.h', 1522 'compiler/x64/instruction-codes-x64.h',
1514 'compiler/x64/instruction-scheduler-x64.cc', 1523 'compiler/x64/instruction-scheduler-x64.cc',
1515 'compiler/x64/instruction-selector-x64.cc', 1524 'compiler/x64/instruction-selector-x64.cc',
1525 'compiler/x64/unwinding-info-writer-x64.h',
1526 'compiler/x64/unwinding-info-writer-x64.cc',
1516 'x64/eh-frame-x64.cc', 1527 'x64/eh-frame-x64.cc',
1517 ], 1528 ],
1518 }], 1529 }],
1519 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1530 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1520 'sources': [ ### gcmole(arch:ppc) ### 1531 'sources': [ ### gcmole(arch:ppc) ###
1521 'compiler/ppc/code-generator-ppc.cc', 1532 'compiler/ppc/code-generator-ppc.cc',
1522 'compiler/ppc/instruction-codes-ppc.h', 1533 'compiler/ppc/instruction-codes-ppc.h',
1523 'compiler/ppc/instruction-scheduler-ppc.cc', 1534 'compiler/ppc/instruction-scheduler-ppc.cc',
1524 'compiler/ppc/instruction-selector-ppc.cc', 1535 'compiler/ppc/instruction-selector-ppc.cc',
1536 'compiler/ppc/unwinding-info-writer-ppc.h',
1525 'crankshaft/ppc/lithium-ppc.cc', 1537 'crankshaft/ppc/lithium-ppc.cc',
1526 'crankshaft/ppc/lithium-ppc.h', 1538 'crankshaft/ppc/lithium-ppc.h',
1527 'crankshaft/ppc/lithium-codegen-ppc.cc', 1539 'crankshaft/ppc/lithium-codegen-ppc.cc',
1528 'crankshaft/ppc/lithium-codegen-ppc.h', 1540 'crankshaft/ppc/lithium-codegen-ppc.h',
1529 'crankshaft/ppc/lithium-gap-resolver-ppc.cc', 1541 'crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1530 'crankshaft/ppc/lithium-gap-resolver-ppc.h', 1542 'crankshaft/ppc/lithium-gap-resolver-ppc.h',
1531 'debug/ppc/debug-ppc.cc', 1543 'debug/ppc/debug-ppc.cc',
1532 'full-codegen/ppc/full-codegen-ppc.cc', 1544 'full-codegen/ppc/full-codegen-ppc.cc',
1533 'ic/ppc/access-compiler-ppc.cc', 1545 'ic/ppc/access-compiler-ppc.cc',
1534 'ic/ppc/handler-compiler-ppc.cc', 1546 'ic/ppc/handler-compiler-ppc.cc',
(...skipping 23 matching lines...) Expand all
1558 'regexp/ppc/regexp-macro-assembler-ppc.cc', 1570 'regexp/ppc/regexp-macro-assembler-ppc.cc',
1559 'regexp/ppc/regexp-macro-assembler-ppc.h', 1571 'regexp/ppc/regexp-macro-assembler-ppc.h',
1560 ], 1572 ],
1561 }], 1573 }],
1562 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { 1574 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
1563 'sources': [ ### gcmole(arch:s390) ### 1575 'sources': [ ### gcmole(arch:s390) ###
1564 'compiler/s390/code-generator-s390.cc', 1576 'compiler/s390/code-generator-s390.cc',
1565 'compiler/s390/instruction-codes-s390.h', 1577 'compiler/s390/instruction-codes-s390.h',
1566 'compiler/s390/instruction-scheduler-s390.cc', 1578 'compiler/s390/instruction-scheduler-s390.cc',
1567 'compiler/s390/instruction-selector-s390.cc', 1579 'compiler/s390/instruction-selector-s390.cc',
1580 'compiler/s390/unwinding-info-writer-s390.h',
1568 'crankshaft/s390/lithium-codegen-s390.cc', 1581 'crankshaft/s390/lithium-codegen-s390.cc',
1569 'crankshaft/s390/lithium-codegen-s390.h', 1582 'crankshaft/s390/lithium-codegen-s390.h',
1570 'crankshaft/s390/lithium-gap-resolver-s390.cc', 1583 'crankshaft/s390/lithium-gap-resolver-s390.cc',
1571 'crankshaft/s390/lithium-gap-resolver-s390.h', 1584 'crankshaft/s390/lithium-gap-resolver-s390.h',
1572 'crankshaft/s390/lithium-s390.cc', 1585 'crankshaft/s390/lithium-s390.cc',
1573 'crankshaft/s390/lithium-s390.h', 1586 'crankshaft/s390/lithium-s390.h',
1574 'debug/s390/debug-s390.cc', 1587 'debug/s390/debug-s390.cc',
1575 'full-codegen/s390/full-codegen-s390.cc', 1588 'full-codegen/s390/full-codegen-s390.cc',
1576 'ic/s390/access-compiler-s390.cc', 1589 'ic/s390/access-compiler-s390.cc',
1577 'ic/s390/handler-compiler-s390.cc', 1590 'ic/s390/handler-compiler-s390.cc',
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2295 }], 2308 }],
2296 ['want_separate_host_toolset==1', { 2309 ['want_separate_host_toolset==1', {
2297 'toolsets': ['host'], 2310 'toolsets': ['host'],
2298 }, { 2311 }, {
2299 'toolsets': ['target'], 2312 'toolsets': ['target'],
2300 }], 2313 }],
2301 ], 2314 ],
2302 }, 2315 },
2303 ], 2316 ],
2304 } 2317 }
OLDNEW
« src/compiler/x64/code-generator-x64.cc ('K') | « src/compiler/x87/unwinding-info-writer-x87.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698