Patrick Quist
                                            Patrick Quist
                                        
                                    also https://github.com/compiler-explorer/compiler-explorer/issues/3046
Someone from ARM specifically added these to CE a couple years ago. (https://github.com/compiler-explorer/compiler-explorer/commit/7db8578bb5780ed0ee23d63e7277746940f2dc16) Are you sure?
Ah you're right. @willlovett-arm changed these entries in this PR https://github.com/compiler-explorer/compiler-explorer/pull/2268/files , that's probably where it went wrong.
So perhaps we solved it in the wrong way and either should have; * left it broken * renamed them to armv6 * borrowed the correct v7 headers from the...
I'd like to solve the various issues with Clang Arm targets more permanently. So we'll need to do some digging for the correct headers for these targets as well and...
I agree that picking a target only is not the be-all-end-all, what you would usually do is at least also pick a CPU to target, then the compiler will figure...
removed from builds-script https://github.com/compiler-explorer/misc-builder/commit/a5d33fac61b76e1546ac354d9ea187dc3d859290
removed from properties https://github.com/compiler-explorer/compiler-explorer/commit/da7c22fdc75960393eff50f0c33741b6348ce6c0
Seems to be an UI bug, the compilation on the request/response side appears to be working correctly
yes, someone fixed it, thanks for reminding me