diff options
Diffstat (limited to 'tools/llee/ExecveHandler.c')
-rw-r--r-- | tools/llee/ExecveHandler.c | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/tools/llee/ExecveHandler.c b/tools/llee/ExecveHandler.c index c7fad108f5..088f1dba53 100644 --- a/tools/llee/ExecveHandler.c +++ b/tools/llee/ExecveHandler.c @@ -1,9 +1,16 @@ -//===-- ExecveHandler.c - Replaces execve() to run LLVM files -------------===// -// -// This file implements a replacement execve() to spawn off LLVM programs to run -// transparently, without needing to be (JIT-)compiled manually by the user. -// -//===----------------------------------------------------------------------===// +/*===-- ExecveHandler.c - Replaces execve() to run LLVM files -------------===*\ + * + * 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 implements a replacement execve() to spawn off LLVM programs to run + * transparently, without needing to be (JIT-)compiled manually by the user. + * +\*===----------------------------------------------------------------------===*/ #include "SysUtils.h" #include "Config/unistd.h" |