File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ void RISCVISAInfo::printEnabledExtensions(
151
151
152
152
unsigned XLen = IsRV64 ? 64 : 32 ;
153
153
if (auto ISAString = RISCVISAInfo::createFromExtMap (XLen, FullExtMap))
154
- outs () << " \n ISA String: " << ISAString.get ()->toString ();
154
+ outs () << " \n ISA String: " << ISAString.get ()->toString () << " \n " ;
155
155
}
156
156
157
157
static bool stripExperimentalPrefix (StringRef &Ext) {
Original file line number Diff line number Diff line change @@ -1081,7 +1081,8 @@ R"(Extensions enabled for the given RISC-V target
1081
1081
Experimental extensions
1082
1082
zicfilp 0.4 'Zicfilp' (Landing pad)
1083
1083
1084
- ISA String: rv64i2p1_zicfilp0p4_zicsr2p0)" ;
1084
+ ISA String: rv64i2p1_zicfilp0p4_zicsr2p0
1085
+ )" ;
1085
1086
// clang-format on
1086
1087
1087
1088
StringMap<StringRef> DescMap;
You can’t perform that action at this time.
0 commit comments