asm-parser
asm-parser copied to clipboard
LLVM objdump adds `;` in front of a lot of lines for example the path of the cpp.
The following input: ``` bollo:~/d/c/asm-parser (main|✔) $ objdump -d /tmp/moo.o -l --insn-width=16 -r -C -M intel ``` ```as /tmp/moo.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 : _mm_bsrli_si128(long long...
Aiming to fix https://github.com/compiler-explorer/compiler-explorer/issues/4848 Issue is: function starts with library file Discussed before elsewhere, but to really fix this we must: - Move the library filter to a post-process step...
This patch adds code to CMakeLists.txt to detect failure to download conan.cmake and handle it gracefully. CMake's `file(DOWNLOAD ...)` command [appears to retain][so] an empty or corrupt file even when...
Draft, made this while getting breakfast :) For this to work, you only need Conan 2 installed. The profile will be detected when running the first time. The build command...
`filteredCount` should be in the result https://github.com/compiler-explorer/compiler-explorer/blob/main/lib/parsers/asm-parser.js#L508
So that it's easier to track which are possible and in what order they're typically handled