search for: 10m44s

Displaying 1 result from an estimated 1 matches for "10m44s".

Did you mean: 10m40s
2018 Jan 10
3
llvm-mc assembler, GNU as, and pc-relative branches for Arm/AArch64/Mips
...omated tooling for comparing the LLVM MC assembler and GNU as? Or even better, already have tooling help with this that might be open sourced? Automatically finding problems such as the assembly parsing issue described in Google's recent LLVMDevMeeting keynote <https://youtu.be/6l4DtR5exwo?t=10m44s> would be great. Please note: it's possible some of the differences I'm seeing are due to different default ASM variants or default target options across tools - do let me know if it seems that's the case. # Comparing Mips behaviour $ cat test-mips.s lab: beq $6, $7, 1...