diff options
Diffstat (limited to 'openmp/runtime/src/ompt-specific.h')
-rw-r--r-- | openmp/runtime/src/ompt-specific.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openmp/runtime/src/ompt-specific.h b/openmp/runtime/src/ompt-specific.h index 07223daef8e..68233c69d56 100644 --- a/openmp/runtime/src/ompt-specific.h +++ b/openmp/runtime/src/ompt-specific.h @@ -1,3 +1,16 @@ +/* + * ompt-specific.h - header of OMPT internal functions implementation + */ + +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.txt for details. +// +//===----------------------------------------------------------------------===// + #ifndef OMPT_SPECIFIC_H #define OMPT_SPECIFIC_H |