David Spickett
David Spickett
This seems to be an issue specifically with the DWARFv5 form of the `.file` directive. You can work around this by adding `-gdwarf-4` to GCC's options. I will figure out...
This is an LLVM problem, https://github.com/llvm/llvm-project/issues/72027.
Another workaround is as the error message suggests, `-skip-unsupported-instructions=parse-failure`. Add this to the `>_ Arguments` box in the llvm-mca panel.
@partouf I don't know how you handle issues here that are actually problems outside of Compiler Explorer, but maybe you want to close/label/do whatever to this on that basis.
> Added a new type summary kind CXXCompositeSummaryFormat. It holds a list of child summaries paired with a validator function that checks if a ValueObject can be formatted by a...
Just to be clear: being compatible with musl seems like a fine goal if there is a need for it.
To remove `find_executable` usage: https://reviews.llvm.org/D124601
https://reviews.llvm.org/D124670 is what switching to `packaging` for the version handling would look like. It would need us to make a copy of that in `thirdparty/` (possible that we could pick...
No longer affected how exactly. In that we've removed all the distutils usage that isn't related just to testing? I'd keep this open just for removing distutils usage in general,...
Ok I understand now. I think (in that I've never seen it written down) the policy for lldb is to include copies of third party python packages. So to be...