| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[IR] Remove support for float binop constant expressions As part of https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179, this removes support for the floating-point binop constant expressions fadd, fsub, fmul, fdiv and frem. As part of this change, the C APIs LLVMConstFAdd, LLVMConstFSub, LLVMConstFMul, LLVMConstFDiv and LLVMConstFRem are removed. The LLVMBuild APIs should be used instead. Differential Revision: https://reviews.llvm.org/D129478 | 3 年前 | |
feat: add support for enum constructor annotation methods in reflection - Add support for enum constructor annotation methods in reflection Signed-off-by: leeguo <leeguo@126.com> | 25 天前 |