Skip to content

Commit e216665

Browse files
trbauerigcbot
authored andcommitted
switch -dumpIgaJson to IGAJSONv2
.
1 parent 040b699 commit e216665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visa/BinaryEncodingIGA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ void BinaryEncodingIGA::EmitJSON(int dumpJSON) {
12451245
std::ofstream ofs(jsonFileName, std::ofstream::out);
12461246
FormatOpts fos(*platformModel);
12471247
fos.printJson = true;
1248+
fos.printJsonVersion = 2; // c.f. iga/IGAJSONv2.md
12481249
IGAKernel->resetIds();
12491250
if (dumpJSON > 1) {
12501251
fos.printInstDefs = true;

0 commit comments

Comments
 (0)