shiltian wrote:
I suppose this change is quite intrusive for any external use of
`clang-offload-bundler`. It's gonna require all the targets listed in
`-targets` have to be in the normalized form (4-field).
https://github.com/llvm/llvm-project/pull/122629
__
@@ -84,31 +84,19 @@ OffloadTargetInfo::OffloadTargetInfo(const StringRef Target,
: BundlerConfig(BC) {
// TODO: Add error checking from ClangOffloadBundler.cpp
- auto TargetFeatures = Target.split(':');
- auto TripleOrGPU = TargetFeatures.first.rsplit('-');
-
- if (cl
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Shilei Tian (shiltian)
Changes
The current parsing of target string assumes to be in a form of
`kind-triple-targetid:feature`, such as
`hipv4-amdgcn-amd-amdhsa-gfx1030:+xnack`. Specifically, the target id does not
contain any `-`, wh
shiltian wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/122629?utm_source=stack-comment-downstack-mergeability-warning"
https://github.com/shiltian created
https://github.com/llvm/llvm-project/pull/122629
The current parsing of target string assumes to be in a form of
`kind-triple-targetid:feature`, such as
`hipv4-amdgcn-amd-amdhsa-gfx1030:+xnack`. Specifically, the target id does not
contain any `-`, which is no
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/122617
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mingmingl-llvm edited
https://github.com/llvm/llvm-project/pull/122215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Michael Kruse (Meinersbur)
Changes
Introduce the CMake switch FLANG_INCLUDE_RUNTIME. When set to off, do not add
build instructions for the runtime.
This is required for Flang-RT (#110217) and the current runtime CMake
code to
https://github.com/Meinersbur ready_for_review
https://github.com/llvm/llvm-project/pull/122334
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Meinersbur ready_for_review
https://github.com/llvm/llvm-project/pull/122336
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -33,7 +33,6 @@ add_flang_nongtest_unittest(intrinsics
FortranDecimal
FortranSemantics
FortranParser
- FortranRuntime
Meinersbur wrote:
This test actually does not depend on the runtime
https://github.com/llvm/llvm-project/pull/122336
___
https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/122334
>From 74432e2d5d4916f09ee6f60a4d80f3f5a96f1b12 Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Thu, 9 Jan 2025 11:31:23 +0100
Subject: [PATCH 1/3] Promote Testing lib
---
.../flang/Testing}/fp-testing.h
https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/122336
>From dd3ac2e6d8d8d57cd639c25bea3b8d5c99a2f81e Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Thu, 9 Jan 2025 15:58:48 +0100
Subject: [PATCH 1/7] Introduce FLANG_INCLUDE_RUNTIME
---
flang/CMakeLists.txt
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Michael Kruse (Meinersbur)
Changes
The non-GTest library will be shared by unittests of Flang and Flang-RT.
Promote it as a regular library for use by both projects.
Extracted out of #110217
In the long term, we may want to con
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/122617
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-arm
Author: None (llvmbot)
Changes
Backport ab9a80a3ad78f611fd06cd6f7215bd828809310c
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/122617.diff
3 Files Affected:
- (modified) llvm/lib/CodeGen/SelectionDAG/Legal
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/122617
Backport ab9a80a3ad78f611fd06cd6f7215bd828809310c
Requested by: @nikic
>From 946dbc6cd0b1f055e59a0bd86de7cc1cf271ef71 Mon Sep 17 00:00:00 2001
From: David Green
Date: Sat, 11 Jan 2025 16:29:06 +
Subject: [
Meinersbur wrote:
Source compiled for the runtime has different requirements than the source
compiled into the compiler. Any source that is not not used in the runtime yet
will probably be incompatible with the runtime requirements. Even if it does,
there is no reason to enforce runtime requir
18 matches
Mail list logo