[clang] [RISCV][FMV] Support target_clones (PR #85786)

Piyou Chen via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 06:41:18 PDT 2024


BeMg wrote:

Inside the resolver function, a function named `__riscv_ifunc_select` is used to ensure that all additional extension requirements are met. It is temporary interface until proposal be ratified.

```
bool __riscv_ifunc_select(char *FeatureStr);
```


https://github.com/llvm/llvm-project/pull/85786


More information about the cfe-commits mailing list