Commit 8c3d630
authored
Implement basic
This reflects corresponding architecture component handling in LLVM: https://github.com/apple/llvm-project/blob/c7d5769e8229c589f9de3d5a88e36ffbfec164fa/llvm/lib/TargetParser/Triple.cpp#L572.xtensa architecture triple parsing (#1576)1 parent 9cdabfc commit 8c3d630
File tree
2 files changed
+9
-2
lines changed- Sources/SwiftDriver/Utilities
- Tests/SwiftDriverTests
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| 523 | + | |
| 524 | + | |
523 | 525 | | |
524 | 526 | | |
525 | 527 | | |
| |||
633 | 635 | | |
634 | 636 | | |
635 | 637 | | |
| 638 | + | |
| 639 | + | |
636 | 640 | | |
637 | 641 | | |
638 | 642 | | |
| |||
822 | 826 | | |
823 | 827 | | |
824 | 828 | | |
825 | | - | |
| 829 | + | |
826 | 830 | | |
827 | 831 | | |
828 | 832 | | |
| |||
1425 | 1429 | | |
1426 | 1430 | | |
1427 | 1431 | | |
1428 | | - | |
| 1432 | + | |
| 1433 | + | |
1429 | 1434 | | |
1430 | 1435 | | |
1431 | 1436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments