aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/extraction.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-07-25 16:22:17 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-07-25 16:22:17 +0000
commit88b98f00facde51bff705a3fb6c32a73937428cb (patch)
treec6ddc1be5a9790044e0380a15fa6b48e60cc7acc /extraction/extraction.v
parent6c22a0fe2545bf65acdbd067aea25f6e1b96a7cd (diff)
downloadcompcert-88b98f00facde51bff705a3fb6c32a73937428cb.tar.gz
compcert-88b98f00facde51bff705a3fb6c32a73937428cb.zip
Use Extraction Blacklist
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1114 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'extraction/extraction.v')
-rw-r--r--extraction/extraction.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index d74e192e..137ddb06 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -82,6 +82,9 @@ Extract Constant Asm.ireg_eq => "fun (x: ireg) (y: ireg) -> x = y".
Extract Constant Asm.freg_eq => "fun (x: freg) (y: freg) -> x = y".
Extract Constant Asm.preg_eq => "fun (x: preg) (y: preg) -> x = y".
+(* Avoid name clashes *)
+Extraction Blacklist List String Int.
+
(* Go! *)
Cd "extraction".
Recursive Extraction Library Compiler.