aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.mli
Commit message (Collapse)AuthorAgeFilesLines
* Formatted json printing.Bernhard Schommer2017-06-281-1/+1
| | | | | | | | | Instead of just dumping the json output it is now a little bit formatted for better reading. Furthermore the AsmToJson function for the non powerpc targets now prints the json value "null" sucht that the resulting json file is valid json.
* Cleanup of AsmToJSON.Bernhard Schommer2016-03-161-0/+13
Removed unused code, factored out common functions and added an interface file. Bug 18394