-
```
Else, emu segfaults. See:
http://comments.gmane.org/gmane.os.inferno.general/5305
The solution is just to add -fno-omit-frame-pointer to CFLAGS in
mkfiles/mkfile-Linux-386.
(A known problem, o…
-
Hi, llvm-dg-dump crashed when I analyze the llvm byte code of make in GNU Make-4.2.
Please what is the reason for this and any suggestions to solve it?
```
# /data/dg/build/tools/llvm-dg-dump mak…
-
e.g.
```
~/.local/bin/pyrasite --verbose 4093 reverse_python_shell.py
b'[New LWP 4097]\n[New LWP 4096]\n[New LWP 4095]\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db…
-
Hi,
In https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#procedure-calls the documentation indicates that the relocation R_RISCV_RELAX is against a symbol, which is incorrect. …
-
I have not been able to use the vector instructions with the already built image.
It worked with the bl808_linux kernel and Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1 cross-compiler with option…
-
This code falls through to binary code emission, at which point it hits an `llvm_unreachable`. This may save you from getting any further if you've enabled the right CMake variable.
It is probably …
-
| | |
| --- | --- |
| Bugzilla Link | [15312](https://llvm.org/bz15312) |
| Version | 3.2 |
| OS | MacOS X |
| Attachments | [C sourcecode of sample (BugDemo.c)](https://user-images.githubuserconten…
-
Full assembly below, but this is about the general pattern, not any specific code:
a.
```
movabs rax, offset j_println2_537 # encoding: [0x48,0xb8,A,A,A,A,A,A,A,A]
[two instructions in-between…
-
the OCC compiled binaries are significantly larger than binaries compiled by other compilers. This *may* be because the linker doesn't do a good job of filtering unused virtual sections. Research …
-
Currently there's very mild support for "asm" as a language type, but [the definition file](https://github.com/geany/geany/blob/master/data/filedefs/filetypes.asm) seems to just be partial support for…