Return the +feature or -feature string for extension name ArchExt.
Declared in <llvm/TargetParser/CSKYTargetParser.h>
StringRef
getArchExtFeature(StringRef ArchExt);
A leading "no" on ArchExt selects the negated feature string.
Target-feature string such as "+hwdiv", or empty if unknown.
| Name | Description |
|---|---|
| ArchExt | Extension name, optionally prefixed with "no". |