aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-04-27 17:02:07 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-04-27 17:02:07 +0200
commit801ed5afd5e5f97818e73c06102510bfcf7170c5 (patch)
tree92041e6c6519cdc69cd5e8580af05d13d1a24775 /arm/AsmToJSON.ml
parentb1e584557d2c5ef8422694ea6453f537dbd1573a (diff)
downloadcompcert-kvx-801ed5afd5e5f97818e73c06102510bfcf7170c5.tar.gz
compcert-kvx-801ed5afd5e5f97818e73c06102510bfcf7170c5.zip
Added the first version of the sdump export to json.
Diffstat (limited to 'arm/AsmToJSON.ml')
-rw-r--r--arm/AsmToJSON.ml18
1 files changed, 18 insertions, 0 deletions
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 =
+ ()