Commit 7436329
Revert "[clang] [ARM] Explicitly enable NEON for Windows/Darwin targets (llvm#122095)"
This reverts commit 8fa0f0e.
This change broke assembling for e.g. "armv7s-apple-darwin" triples,
which should enable VFPv4 by default (and did that before this
change), but after this change, only NEON/VFPv3 were available.
This is being fixed properly in latest git main as part of
llvm#130623 (possibly as a
split out change), but any proper fix here seems to have too
much potential surprises for an existing release branch.1 parent a0c8959 commit 7436329
File tree
3 files changed
+2
-39
lines changed- clang
- lib/Driver/ToolChains/Arch
- test
- Driver
- Preprocessor
3 files changed
+2
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
662 | 661 | | |
663 | 662 | | |
664 | | - | |
665 | | - | |
666 | 663 | | |
667 | 664 | | |
668 | 665 | | |
669 | 666 | | |
670 | 667 | | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | 668 | | |
677 | 669 | | |
678 | 670 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 359 | + | |
| 360 | + | |
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 135 | | |
160 | 136 | | |
161 | 137 | | |
| |||
164 | 140 | | |
165 | 141 | | |
166 | 142 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 143 | | |
171 | 144 | | |
172 | 145 | | |
| |||
0 commit comments