diff options
Diffstat (limited to 'tools/llee/OSInterface.h')
-rw-r--r-- | tools/llee/OSInterface.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/llee/OSInterface.h b/tools/llee/OSInterface.h index 18fe0da..e886a60 100644 --- a/tools/llee/OSInterface.h +++ b/tools/llee/OSInterface.h @@ -1,4 +1,12 @@ /*===- OSInterface.h - Interface to query OS for functionality ---*- C -*--===*\ +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// * * * This file defines the prototype interface that we will expect operating * * systems to implement if they wish to support offline cachine. * |