search for: 2d540

Displaying 3 results from an estimated 3 matches for "2d540".

Did you mean: 2540
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...gt;> 2d530: e0 0b 00 b9 str w0, [sp, #8] >> 2d534: e0 03 0a 2a mov w0, w10 >> 2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32] >> 2d53c: ff c3 00 91 add sp, sp, #48 >> 2d540: c0 03 5f d6 ret >> >> >> Am I compiling the program incorrectly? For reference, here's my clang >> version >> >> # llvm-project/build-10.x/install/bin/clang --version >> [1] >> cl...
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...str w0, [sp, #8] > >>> 2d534: e0 03 0a 2a mov w0, w10 > >>> 2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32] > >>> 2d53c: ff c3 00 91 add sp, sp, #48 > >>> 2d540: c0 03 5f d6 ret > >>> > >>> > >>> Am I compiling the program incorrectly? For reference, here's my > clang version > >>> > >>> # llvm-project/build-10.x/install/bin/clang --version > >>>...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...ldr w10, [sp, #12] 2d530: e0 0b 00 b9 str w0, [sp, #8] 2d534: e0 03 0a 2a mov w0, w10 2d538: fd 7b 42 a9 ldp x29, x30, [sp, #32] 2d53c: ff c3 00 91 add sp, sp, #48 2d540: c0 03 5f d6 ret Am I compiling the program incorrectly? For reference, here's my clang version # llvm-project/build-10.x/install/bin/clang --version [1] clang version 10.0.1 (git at github.com:llvm/llvm-project.git a634a8061...