Patrick Quist
Patrick Quist
I'm a little hesitant about this change. We have not seen or merged any proposed feature keywords before, and I'm not sure we should start doing so.
> I get that. Ideally the change would only apply for the pattern matching compiler build, but my understanding is that there's no compiler build specific way to do this...
now live
> Or we can keep it - as I may also look into Windows build for BDE which we should be able to do (although not sure how to test...
This is now live
@mhansen been a while, but abseil is available for specific clang versions that are pre-setup to target armv8. For example Clang 17 https://godbolt.org/z/38EcGdWGe And for armv7 it's available from clang...
I believe some of these points are being addressed by https://github.com/compiler-explorer/compiler-explorer/pull/7204 - but this is not live yet. That should resolve `-debug` and some form of LLVM IR by using...
> `-no-entry-point` just removes the requirement for the `main` procedure to be defined within the entry package. It cannot be "undone" with any flags because it an opt-in thing. Maybe...
have you considered using `--env` and what were the downsides of that vs this method?
We never intended to make it work with MSVC. Maybe in the future. We should probably prevent selection of msvc compilers here, or make an error appear when this is...