From a834a2aa0dfa9c2da663f5a645a6b086c0321871 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 28 Jun 2010 08:20:04 +0000 Subject: Merging the Princeton implementation of the memory model. Separate axioms in file lib/Axioms.v. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1354 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- driver/Compiler.v | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/Compiler.v') diff --git a/driver/Compiler.v b/driver/Compiler.v index cbf7df87..1580fcd6 100644 --- a/driver/Compiler.v +++ b/driver/Compiler.v @@ -13,6 +13,7 @@ (** The whole compiler and its proof of semantic preservation *) (** Libraries. *) +Require Import Axioms. Require Import Coqlib. Require Import Maps. Require Import Errors. -- cgit