-
## Description
Currently, the Mono fullAOT LLVM jobs are encountering failures and don't provide any test coverage. Specifically, the linux-arm64 job must build the cross-compiler using an image wh…
-
Hey when building this from master as well as the most recent release (2.33.1) im getting issues like these:
```
390x-unknown-linux-gnu-ld: section .stage2dump.tail LMA [0000000000004ff0,00000000000…
-
My source code are:
int MyOpen(char * filename,int Attrib)
{//__NR_open
//return syscall(SCN(1024), filename, Attrib, 0777);
int fp;
__asm__ __volatile__ (
"li 0, 1024\n"
…
-
Split out from https://github.com/ziglang/zig/issues/2081#issuecomment-751426901 . See also #5241 for inline assembly improvements.
# Zig Native Assembler
For system interfacing without libc in LL…
ghost updated
3 years ago
-
Is RV32E a supported instruction set? I am aware that `NUM_GPR` can be configured within `riscv_core_settings.sv`:
```
parameter int NUM_GPR = 16;
```
However, upon doing so, registers 16-3…
-
### 🐛 Describe the bug
When adding extra nodes of `torch.add` and `torch.cat` as output in this model:
```python
class Model0(torch.nn.Module):
def forward(self, *args):
max_1 = torch…
Azyka updated
1 month ago
-
I'm trying to build mono on a machine running CentOS 6 and haven't succeeded so far.
## System Information
```
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graph…
-
**Current status**: Waiting for llvm/llvm-project#90417
When trying to get rid of `unsafe` code in commit 57d25179e6751854c298313070adc4ac4454e230 in #81427.
I found a case that GCC can prove that…
-
The snippet of code in this file disabling executable stacks isn't included on non-ARM architectures and results in the stack being made executable for the entire executable where this library is incl…
-
I am trying to debug an Ada firmware using Black Magic Probe as an SWD Debugger with GDB Server. Unfortunately, I am unable to configure it to for seer. I'm fairly new to GDB and it's confusing, requi…