yxsamliu wrote:
> %T is deprecated in lit. You may want to migrate other `%T` related to AMDGPU.
Thanks. I will try cleaning them up.
https://github.com/llvm/llvm-project/pull/74783
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists
https://github.com/yxsamliu closed
https://github.com/llvm/llvm-project/pull/74783
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/MaskRay approved this pull request.
%T is deprecated in lit. You may want to migrate other `%T` related to AMDGPU.
https://github.com/llvm/llvm-project/pull/74783
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
https://github.com/jhuber6 approved this pull request.
https://github.com/llvm/llvm-project/pull/74783
___
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: Yaxun (Sam) Liu (yxsamliu)
Changes
Use %t in output file name as %T is non-unique.
---
Full diff: https://github.com/llvm/llvm-project/pull/74783.diff
2 Files Affected:
- (modified) clang/test/Driver/hip-offload-compress-zlib.hip (+3-3)
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Yaxun (Sam) Liu (yxsamliu)
Changes
Use %t in output file name as %T is non-unique.
---
Full diff: https://github.com/llvm/llvm-project/pull/74783.diff
2 Files Affected:
- (modified) clang/test/Driver/hip-offload-compress-zlib.hip
https://github.com/yxsamliu created
https://github.com/llvm/llvm-project/pull/74783
Use %t in output file name as %T is non-unique.
>From d95bc5d805a5ee267959ee342bc40b02c5fa4c22 Mon Sep 17 00:00:00 2001
From: "Yaxun (Sam) Liu"
Date: Thu, 7 Dec 2023 18:25:33 -0500
Subject: [PATCH] Fix tests hi