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.
2 parents 8356cb5 + a14b05c commit 6d74d3fCopy full SHA for 6d74d3f
amd/comgr/src/comgr-disassembly.cpp
@@ -50,7 +50,7 @@ DisassemblyInfo::create(const TargetIdentifier &Ident,
50
"-" + Ident.Environ)
51
.str();
52
std::string Isa = TT + Twine("-" + Ident.Processor).str();
53
- SmallVector<StringRef, 2> FeaturesVec;
+ SmallVector<std::string, 2> FeaturesVec;
54
55
for (auto &Feature : Ident.Features) {
56
FeaturesVec.push_back(
0 commit comments