[all-commits] [llvm/llvm-project] 88aa5c: [clang][RISCV] Handle target features correctly in...
Brandon Wu via All-commits
all-commits at lists.llvm.org
Sun Jun 1 02:57:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88aa5cbbda67857891a740dd8326f6f45f4eb6fd
https://github.com/llvm/llvm-project/commit/88aa5cbbda67857891a740dd8326f6f45f4eb6fd
Author: Brandon Wu <songwu0813 at gmail.com>
Date: 2025-06-01 (Sun, 01 Jun 2025)
Changed paths:
M clang/lib/Sema/SemaRISCV.cpp
A clang/test/Sema/zvk-target-attributes.c
Log Message:
-----------
[clang][RISCV] Handle target features correctly in CheckBuiltinFunctionCall (#141548)
Currently we only check the required features passed by command line
arguments.
We also need to check the features passed by using target features.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list