We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f4726 commit ad95a31Copy full SHA for ad95a31
clang/lib/Basic/Targets/RISCV.cpp
@@ -388,7 +388,7 @@ static void handleFullArchString(StringRef FullArchStr,
388
FullArchStr, /* EnableExperimentalExtension */ true);
389
if (llvm::errorToBool(RII.takeError())) {
390
// Forward the invalid FullArchStr.
391
- Features.push_back("+" + FullArchStr.str());
+ Features.push_back(FullArchStr.str());
392
} else {
393
// Append a full list of features, including any negative extensions so that
394
// we override the CPU's features.
0 commit comments