History log of /llvm-project/offload/test/sanitizer/kernel_trap.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4
# 1a0cf245 03-Sep-2024 Jan Patrick Lehr <JanPatrick.Lehr@amd.com>

[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)

It appears that the RUNTIMES build prefers the x86-64-unknown-linux-gnu
triple notation for the host. This fixes runtime / test br

[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)

It appears that the RUNTIMES build prefers the x86-64-unknown-linux-gnu
triple notation for the host. This fixes runtime / test breakages when
compiler-rt is used as the CLANG_DEFAULT_RTLIB.

show more ...


Revision tags: llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2
# f3bfc563 01-Aug-2024 Johannes Doerfert <johannes@jdoerfert.de>

[Offload][OpenMP] Prettify error messages by "demangling" the kernel name (#101400)

The kernel names for OpenMP are manually mangled and not ideal when we
report something to the user. We demangle

[Offload][OpenMP] Prettify error messages by "demangling" the kernel name (#101400)

The kernel names for OpenMP are manually mangled and not ideal when we
report something to the user. We demangle them now, providing the
function and line number of the target region, together with the actual
kernel name.

show more ...