aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-02 21:20:29 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-27 11:53:24 +0100
commit2323b183b65a955c882b5cb8a224fcbc23c8348a (patch)
treee3b009b332a1e6d610a815d6c7b286fe10243507
parentb7cc49bf7a1615830ea3191b4f8e1837e16c3470 (diff)
downloadcompcert-2323b183b65a955c882b5cb8a224fcbc23c8348a.tar.gz
compcert-2323b183b65a955c882b5cb8a224fcbc23c8348a.zip
Ignore unnecessary folders
-rw-r--r--cparser/GCC.mli1
-rw-r--r--dune1
2 files changed, 1 insertions, 1 deletions
diff --git a/cparser/GCC.mli b/cparser/GCC.mli
index 0163c98e..5b2ddbba 100644
--- a/cparser/GCC.mli
+++ b/cparser/GCC.mli
@@ -16,5 +16,4 @@
(* GCC built-ins and attributes *)
-val builtins: Builtins.t
val attributes: (string * Cutil.attribute_class) list
diff --git a/dune b/dune
new file mode 100644
index 00000000..9d7272fc
--- /dev/null
+++ b/dune
@@ -0,0 +1 @@
+(dirs :standard \ aarch64 arm x86_32 riscV powerpc extraction)