llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clangd-ubuntu-tsan`
running on `clangd-ubuntu-clang` while building `clang` at step 2 "checkout".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/134/builds/9882
Here is the relevant piece of the buil
https://github.com/alexey-bataev closed
https://github.com/llvm/llvm-project/pull/115375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
jle-quel wrote:
@MaskRay @alexey-bataev, if everything looks good now, could we go ahead and
merge this PR? Thanks for your time reviewing!
https://github.com/llvm/llvm-project/pull/115375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https:
@@ -84,9 +84,15 @@
/// Check -Xopenmp-target triggers error when an option requiring arguments is
passed to it.
// RUN: not %clang -### -no-canonical-prefixes -fopenmp=libomp
-fopenmp-targets=powerpc64le-ibm-linux-gnu -Xopenmp-target -Xopenmp-target
-mcpu=pwr8 %s 2>&1 \
-
https://github.com/jle-quel updated
https://github.com/llvm/llvm-project/pull/115375
>From b85cc64cee1ac22f27c648ca8d892b40804f6d98 Mon Sep 17 00:00:00 2001
From: Jefferson Le Quellec
Date: Thu, 7 Nov 2024 22:38:26 +0100
Subject: [PATCH 1/2] Fix OpenMP target-toolchain-option parser
---
clang
@@ -84,9 +84,15 @@
/// Check -Xopenmp-target triggers error when an option requiring arguments is
passed to it.
// RUN: not %clang -### -no-canonical-prefixes -fopenmp=libomp
-fopenmp-targets=powerpc64le-ibm-linux-gnu -Xopenmp-target -Xopenmp-target
-mcpu=pwr8 %s 2>&1 \
-
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/115375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/alexey-bataev approved this pull request.
https://github.com/llvm/llvm-project/pull/115375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
jle-quel wrote:
Ping @alexey-bataev @MaskRay
https://github.com/llvm/llvm-project/pull/115375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jle-quel updated
https://github.com/llvm/llvm-project/pull/115375
>From b85cc64cee1ac22f27c648ca8d892b40804f6d98 Mon Sep 17 00:00:00 2001
From: Jefferson Le Quellec
Date: Thu, 7 Nov 2024 22:38:26 +0100
Subject: [PATCH] Fix OpenMP target-toolchain-option parser
---
clang/lib
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jefferson Le Quellec (jle-quel)
Changes
## Description
This PR fixes a segmentation fault that occurs when passing options requiring
arguments via `-Xopenmp-target=`. The issue was that the function
`Driver::getOffloadArchs` did
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Jefferson Le Quellec (jle-quel)
Changes
## Description
This PR fixes a segmentation fault that occurs when passing options requiring
arguments via `-Xopenmp-target=`. The issue was that the function
`Driver::getOffloadArch
https://github.com/jle-quel created
https://github.com/llvm/llvm-project/pull/115375
## Description
This PR fixes a segmentation fault that occurs when passing options requiring
arguments via `-Xopenmp-target=`. The issue was that the function
`Driver::getOffloadArchs` did not properly parse
13 matches
Mail list logo