From 801ed5afd5e5f97818e73c06102510bfcf7170c5 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 27 Apr 2015 17:02:07 +0200 Subject: Added the first version of the sdump export to json. --- arm/AsmToJSON.ml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arm/AsmToJSON.ml (limited to 'arm/AsmToJSON.ml') diff --git a/arm/AsmToJSON.ml b/arm/AsmToJSON.ml new file mode 100644 index 00000000..75724d43 --- /dev/null +++ b/arm/AsmToJSON.ml @@ -0,0 +1,18 @@ +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *) +(* *) +(* AbsInt Angewandte Informatik GmbH. All rights reserved. This file *) +(* is distributed under the terms of the INRIA Non-Commercial *) +(* License Agreement. *) +(* *) +(* *********************************************************************) + +(* Simple functions to serialize powerpc Asm to JSON *) + +(* Dummy function *) + +let p_program oc prog = + () -- cgit