@@ -0,0 +1,6 @@
+// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target
aarch64-unknown-linux-gnu -c -Xclang -verify %s
jhuber6 wrote:
Seems CUDA used to have a test for this but it was removed for some reason? I
would just stash it in `SemaOpenMP` or
@@ -8336,12 +8336,11 @@ static bool verifyValidIntegerConstantExpr(Sema &S,
const ParsedAttr &Attr,
/// match one of the standard Neon vector types.
static void HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr,
Sema &S, Ve
https://github.com/Fznamznon edited
https://github.com/llvm/llvm-project/pull/127439
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Fznamznon edited
https://github.com/llvm/llvm-project/pull/127439
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -8336,12 +8336,11 @@ static bool verifyValidIntegerConstantExpr(Sema &S,
const ParsedAttr &Attr,
/// match one of the standard Neon vector types.
static void HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr,
Sema &S, Ve
@@ -0,0 +1,6 @@
+// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target
aarch64-unknown-linux-gnu -c -Xclang -verify %s
Fznamznon wrote:
We don't usually use clang driver in front-end tests. Could you please create a
run line using pure front-end, i.e.
https://github.com/Fznamznon commented:
Thank you for the fix! I added more reviewers with offloading background. Could
you please also modify the title and the description of the PR so it says what
was the problem and how it was fixed instead of simply saying it fixed this bug?
https://github
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (pradt2)
Changes
This addresses issue #113094
---
Full diff: https://github.com/llvm/llvm-project/pull/127439.diff
2 Files Affected:
- (modified) clang/lib/Sema/SemaType.cpp (+6-7)
- (added) clang/test/Sema/bug113094.cpp (+6)
https://github.com/pradt2 created
https://github.com/llvm/llvm-project/pull/127439
This addresses issue #113094
>From cfea7537eea19c4cff89d1e2a35dff2caff00106 Mon Sep 17 00:00:00 2001
From: pradt2 <12902844+pra...@users.noreply.github.com>
Date: Sun, 16 Feb 2025 00:22:42 -0800
Subject: [PATCH
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
10 matches
Mail list logo