summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-04 21:19:49 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-04 21:19:49 +0000
commiteecee636c1d87847f36c7c9c077bfa593fe25fc5 (patch)
tree077b6c7c534e7b79ad56b7b21e564ec999a72b4f /llvm
parent24c7715e93680f4b209c81cd44ffcd1d041c6353 (diff)
downloadbcm5719-llvm-eecee636c1d87847f36c7c9c077bfa593fe25fc5.tar.gz
bcm5719-llvm-eecee636c1d87847f36c7c9c077bfa593fe25fc5.zip
* Convert C++ comments to C
* Add UIUC copyright notice headers llvm-svn: 15503
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llee/ExecveHandler.c19
-rw-r--r--llvm/tools/llee/OSInterface.h24
-rw-r--r--llvm/tools/llee/SysUtils.c19
-rw-r--r--llvm/tools/llee/SysUtils.h26
4 files changed, 51 insertions, 37 deletions
diff --git a/llvm/tools/llee/ExecveHandler.c b/llvm/tools/llee/ExecveHandler.c
index c7fad108f53..088f1dba535 100644
--- a/llvm/tools/llee/ExecveHandler.c
+++ b/llvm/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"
diff --git a/llvm/tools/llee/OSInterface.h b/llvm/tools/llee/OSInterface.h
index e886a60361b..26b48fd1af5 100644
--- a/llvm/tools/llee/OSInterface.h
+++ b/llvm/tools/llee/OSInterface.h
@@ -1,16 +1,16 @@
/*===- 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. *
- * *
+ *
+ * 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.
+ *
\*===----------------------------------------------------------------------===*/
#ifndef OS_INTERFACE_H
diff --git a/llvm/tools/llee/SysUtils.c b/llvm/tools/llee/SysUtils.c
index 2ec6148a660..d7bab1d989d 100644
--- a/llvm/tools/llee/SysUtils.c
+++ b/llvm/tools/llee/SysUtils.c
@@ -1,9 +1,16 @@
-//===- SystemUtils.h - Utilities to do low-level system stuff --*- C++ -*--===//
-//
-// This file contains functions used to do a variety of low-level, often
-// system-specific, tasks.
-//
-//===----------------------------------------------------------------------===//
+/*===- SystemUtils.h - Utilities to do low-level system stuff -------------===*\
+ *
+ * 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 contains functions used to do a variety of low-level, often
+ * system-specific, tasks.
+ *
+\*===----------------------------------------------------------------------===*/
#include "SysUtils.h"
#include "Config/dlfcn.h"
diff --git a/llvm/tools/llee/SysUtils.h b/llvm/tools/llee/SysUtils.h
index 8db79cc6206..8d1be4e835b 100644
--- a/llvm/tools/llee/SysUtils.h
+++ b/llvm/tools/llee/SysUtils.h
@@ -1,16 +1,16 @@
-/*===- SysUtils.h - Utilities to do low-level system stuff -------*- 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 contains functions used to do a variety of low-level, often *
- * system-specific, tasks. *
- * *
+/*===- SysUtils.h - Utilities to do low-level system stuff ----------------===*\
+ *
+ * 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 contains functions used to do a variety of low-level, often
+ * system-specific, tasks.
+ *
\*===----------------------------------------------------------------------===*/
#ifndef SYSUTILS_H
OpenPOWER on IntegriCloud