lygstate wrote:
@DanShaders do you still have time on this?
https://github.com/llvm/llvm-project/pull/71148
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
lygstate wrote:
mesa also need this
```
./../src/compiler/glsl_types.c:749:8: warning: unknown attribute 'gcc_struct'
ignored [-Wunknown-attributes]
749 | struct PACKED explicit_matrix_key {
|^~
../../src/util/macros.h:214:35: note: expanded from macro 'PACKED'
214 | #d
lygstate wrote:
ping for merge
https://github.com/llvm/llvm-project/pull/68618
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/lygstate updated
https://github.com/llvm/llvm-project/pull/68618
>From d1886bab8356262b1305093465658acffb4cafff Mon Sep 17 00:00:00 2001
From: Yonggang Luo
Date: Tue, 10 Oct 2023 02:23:34 +0800
Subject: [PATCH] [clang] Fixes compile error that double colon operator cannot
re
lygstate wrote:
@AaronBallman is this OK ?
https://github.com/llvm/llvm-project/pull/68618
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/lygstate updated
https://github.com/llvm/llvm-project/pull/68618
>From 6a8fd54ed41974052940194515742cb73924aff1 Mon Sep 17 00:00:00 2001
From: Yonggang Luo
Date: Tue, 10 Oct 2023 02:23:34 +0800
Subject: [PATCH] [clang] Fixes compile error that double colon operator cannot
re
https://github.com/lygstate updated
https://github.com/llvm/llvm-project/pull/68618
>From 63c1f1b8970acf1720838a511f930407100770bb Mon Sep 17 00:00:00 2001
From: Yonggang Luo
Date: Tue, 10 Oct 2023 02:23:34 +0800
Subject: [PATCH] [clang] Fixes compile error that double colon operator cannot
re
lygstate wrote:
ping for merge @phoebewang @AaronBallman
https://github.com/llvm/llvm-project/pull/68618
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/lygstate updated
https://github.com/llvm/llvm-project/pull/68618
>From aab85e0a145dba36e5edce4bcda0ef733f6ed5a1 Mon Sep 17 00:00:00 2001
From: Yonggang Luo
Date: Tue, 10 Oct 2023 02:23:34 +0800
Subject: [PATCH] [clang] Fixes compile error that double colon operator cannot
re
lygstate wrote:
it's already accepted in https://reviews.llvm.org/D157297
https://github.com/llvm/llvm-project/pull/68618
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/lygstate created
https://github.com/llvm/llvm-project/pull/68618
Error message:
```
In file included from ../src/amd/addrlib/src/core/addrobject.h:21:
../src/amd/addrlib/src/core/addrcommon.h:343:13: error: expected unqualified-id
out = ::_tzcnt_u32(mask);
^
/
11 matches
Mail list logo