llvm::CSKY::getArchExtFeature

Return the +feature or -feature string for extension name ArchExt.

Synopsis

Declared in <llvm/TargetParser/CSKYTargetParser.h>

StringRef
getArchExtFeature(StringRef ArchExt);

Description

A leading "no" on ArchExt selects the negated feature string.

Return Value

Target-feature string such as "+hwdiv", or empty if unknown.

Parameters

NameDescription
ArchExtExtension name, optionally prefixed with "no".