Marc Poulhiès
Marc Poulhiès
Support for compiling until assembler, before invoking the linker (eg. gcc -c). Basic support for displaying relocation informations. Still WIP. refs #3222 Signed-off-by: Marc Poulhiès
### Is your feature request related to a problem? Please describe See https://github.com/compiler-explorer/compiler-explorer/issues/3221#issuecomment-1003420086 ### Describe the solution you'd like Be able to stop before linking and see the object file...
m-labs (owner of PAC crates) does not plan on publishing new version on crates.io and suggests using git instead. See: https://github.com/m-labs/dslite2svd/issues/13 Until a better solution is found, this patch uses...
The getCompilerResultLanguageId() method can be overridden by compiler classes to report what mode the monaco editor should be using to display what the compiler is emitting. The method was not...
Build is failing since last week: https://github.com/compiler-explorer/compiler-workflows/actions/workflows/build-daily-rustc-cg-gcc_master.yml @Antoyo, has anything changed that would make our build script fail like that? ``` 7 │ 2023-08-04T00:37:51.0923384Z Downloaded rustc-demangle v0.1.23 31778 │ 2023-08-04T00:37:51.0936383Z...
Use a patched binutils that offers BTF (https://jemarch.net/binutils-btf/ ) support for the cross-BPF compiler. Patches are avail: https://jemarch.net/binutils-btf/
The 13.3 will probably be released in a few months (~~april/may). We could use gcc-12 headers until 13.3 is released. That's several changes in a short time, but I guess...
When there is a `fn main()`, it would be better to use `--crate-type bin` instead of `--crate-type lib`. This would avoid having to make `main` explicitly public to stop the...
### Is your feature request related to a problem? Please describe Conformance only checks compilation result. ### Describe the solution you'd like Would be nice to have the conformance also...
When changes are merged with FSF copyright assignment, the "regular" copyright : ``` Copyright (C) 20XX-20XX Free Software Foundation, Inc. ``` is ok. When using the DCO, we should probably...