-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
### Describe the bug
The AddressSanitizer/nullpointer/global_nullptr.cpp is failing on DG2 after the address sanitizer test were enabled for DG2.
See https://github.com/intel/llvm/actions/runs/1…
-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
TypeError: unable to convert a Python 'int' obj…
-
![Screenshot_20221022-082520](https://github.com/user-attachments/assets/88271f5d-1360-40e0-879b-5970396078e6)
-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
Traceback (most recent call last):
File "/tmp…
-
The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
Traceback (most recent call last):
File "/hom…
-
Building OT code w/ --mabi=cheriot (i.e. NO baremetal) trips an assert. Attached are the artifacts to repro. Below is the stack trace+context from running the compiler under gdb. Looks to be a side-ef…
-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
Traceback (most recent call last):
File "/hom…
-
The hermetic cuda toolchain with --config=cuda_clang always looks for a local clang. It is useful to be able to download a hermetic clang as well.
Even with the local cuda toolchain this option was…