https://github.com/wangpc-pp closed
https://github.com/llvm/llvm-project/pull/76429
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/76429
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Wang Pengcheng (wangpc-pp)
Changes
To reduce calls to `consumeError`.
---
Full diff: https://github.com/llvm/llvm-project/pull/76429.diff
4 Files Affected:
- (modified) clang/lib/Basic/Targets/RISCV.cpp (+1-2)
- (modified) cl
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Wang Pengcheng (wangpc-pp)
Changes
To reduce calls to `consumeError`.
---
Full diff: https://github.com/llvm/llvm-project/pull/76429.diff
4 Files Affected:
- (modified) clang/lib/Basic/Targets/RISCV.cpp (+1-2)
- (modified) clan
https://github.com/wangpc-pp created
https://github.com/llvm/llvm-project/pull/76429
To reduce calls to `consumeError`.
>From 0d8426ffb1202ceca97b25c0dd47d516c1be280e Mon Sep 17 00:00:00 2001
From: wangpc
Date: Wed, 27 Dec 2023 14:41:30 +0800
Subject: [PATCH] [RISCV][NFC] Use errorToBool
To