llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building
`clang` at step 7 "Add check check-offload".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/73/builds/12884
Here is the r
https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/125397
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
The Expr and its Type were unused otherwise.
---
Full diff: https://github.com/llvm/llvm-project/pull/125397.diff
1 Files Affected:
- (modified) clang/lib/AST/ByteCode/Interp.h (+9-13)
``diff
di
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/125397
The Expr and its Type were unused otherwise.
>From 928c97292c3528204b56d6d6d2e1524bedf9ca69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 2 Feb 2025 11:59:19 +0100
Subject: [PATCH] [c