farzonl wrote:
builds should be back to green all 51 checks passed:
https://github.com/llvm/llvm-project/commit/3ff67d8c8069b9f42efcbe90ad7edeb6d8117a31
https://github.com/llvm/llvm-project/pull/85839
___
cfe-commits mailing list
cfe-commits@lists.llv
farzonl wrote:
I'm confident this change fixes the build break:
```bash
python ../debug-llvm-build/bin/llvm-lit -sv clang/test/SemaHLSL/
llvm-lit:
/mnt/DevDrive/projects/llvm-project/llvm/utils/lit/lit/llvm/config.py:502:
note: using clang: /mnt/DevDrive/projects/debug-llvm-build/bin/clang
Te
bogner wrote:
I've gone ahead and merged this since it fixes the build break. In the future
when you see a build break, please just revert the breaking change to get the
build green again and then work on the fixed patch. It's unfair to others using
trunk to have to wait on a fix for an obviou
https://github.com/bogner closed https://github.com/llvm/llvm-project/pull/85839
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/bogner approved this pull request.
https://github.com/llvm/llvm-project/pull/85839
___
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: Farzon Lotfi (farzonl)
Changes
This change fixes a test case failure caused by pr #85662
---
Full diff: https://github.com/llvm/llvm-project/pull/85839.diff
2 Files Affected:
- (modified) clang/include/clang/AST/Type.h (+5)
- (modifie
https://github.com/farzonl created
https://github.com/llvm/llvm-project/pull/85839
This change fixes a test case failure caused by pr #85662
>From 7c2833dc32d8d2573454cba99b9a2c65a166d702 Mon Sep 17 00:00:00 2001
From: Farzon Lotfi
Date: Tue, 19 Mar 2024 14:01:29 -0400
Subject: [PATCH] This c