diff options
author | Charles Davis <cdavis@mines.edu> | 2010-11-29 19:44:50 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2010-11-29 19:44:50 +0000 |
commit | 53ca1f3190680f3e86aebe0f72f7918d63f71e0d (patch) | |
tree | 7fcbf5fffb4c64ca65ad4f36d8059a1340127d16 /include | |
parent | 693eeb5968cce3fa36fc0f59f52a81490256faf2 (diff) | |
download | external_llvm-53ca1f3190680f3e86aebe0f72f7918d63f71e0d.zip external_llvm-53ca1f3190680f3e86aebe0f72f7918d63f71e0d.tar.gz external_llvm-53ca1f3190680f3e86aebe0f72f7918d63f71e0d.tar.bz2 |
Now to chant the magical incantation that will exorcise the System library
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/AIXDataTypesFix.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Alarm.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Atomic.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/DynamicLibrary.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Errno.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/FEnv.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Host.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/IncludeFile.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Memory.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Mutex.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Path.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/PathV2.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Process.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Program.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Signals.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Solaris.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/ThreadLocal.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Threading.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/Valgrind.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/include/llvm/Support/AIXDataTypesFix.h b/include/llvm/Support/AIXDataTypesFix.h index 8dbf02f..a9a9147 100644 --- a/include/llvm/Support/AIXDataTypesFix.h +++ b/include/llvm/Support/AIXDataTypesFix.h @@ -1,4 +1,4 @@ -//===-- llvm/System/AIXDataTypesFix.h - Fix datatype defs ------*- C++ -*-===// +//===-- llvm/Support/AIXDataTypesFix.h - Fix datatype defs ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Alarm.h b/include/llvm/Support/Alarm.h index 7c28416..51eaf2c 100644 --- a/include/llvm/Support/Alarm.h +++ b/include/llvm/Support/Alarm.h @@ -1,4 +1,4 @@ -//===- llvm/System/Alarm.h - Alarm Generation support ----------*- C++ -*-===// +//===- llvm/Support/Alarm.h - Alarm Generation support ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Atomic.h b/include/llvm/Support/Atomic.h index 914bda9..1a6c606 100644 --- a/include/llvm/Support/Atomic.h +++ b/include/llvm/Support/Atomic.h @@ -1,4 +1,4 @@ -//===- llvm/System/Atomic.h - Atomic Operations -----------------*- C++ -*-===// +//===- llvm/Support/Atomic.h - Atomic Operations -----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/DynamicLibrary.h b/include/llvm/Support/DynamicLibrary.h index 745b8f8..e6d9ff5 100644 --- a/include/llvm/Support/DynamicLibrary.h +++ b/include/llvm/Support/DynamicLibrary.h @@ -1,4 +1,4 @@ -//===-- llvm/System/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===// +//===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Errno.h b/include/llvm/Support/Errno.h index 6e292ba..150bdb7 100644 --- a/include/llvm/Support/Errno.h +++ b/include/llvm/Support/Errno.h @@ -1,4 +1,4 @@ -//===- llvm/System/Errno.h - Portable+convenient errno handling -*- C++ -*-===// +//===- llvm/Support/Errno.h - Portable+convenient errno handling -*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/FEnv.h b/include/llvm/Support/FEnv.h index 042e439..f6f4333 100644 --- a/include/llvm/Support/FEnv.h +++ b/include/llvm/Support/FEnv.h @@ -1,4 +1,4 @@ -//===- llvm/System/FEnv.h - Host floating-point exceptions ------*- C++ -*-===// +//===- llvm/Support/FEnv.h - Host floating-point exceptions ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h index 4fbf5c1..f77d4c1 100644 --- a/include/llvm/Support/Host.h +++ b/include/llvm/Support/Host.h @@ -1,4 +1,4 @@ -//===- llvm/System/Host.h - Host machine characteristics --------*- C++ -*-===// +//===- llvm/Support/Host.h - Host machine characteristics --------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/IncludeFile.h b/include/llvm/Support/IncludeFile.h index 42abb2d..a931972 100644 --- a/include/llvm/Support/IncludeFile.h +++ b/include/llvm/Support/IncludeFile.h @@ -1,4 +1,4 @@ -//===- llvm/System/IncludeFile.h - Ensure Linking Of Library ---*- C++ -*-===// +//===- llvm/Support/IncludeFile.h - Ensure Linking Of Library ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Memory.h b/include/llvm/Support/Memory.h index 9b0df31..9c3f85b 100644 --- a/include/llvm/Support/Memory.h +++ b/include/llvm/Support/Memory.h @@ -1,4 +1,4 @@ -//===- llvm/System/Memory.h - Memory Support --------------------*- C++ -*-===// +//===- llvm/Support/Memory.h - Memory Support --------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Mutex.h b/include/llvm/Support/Mutex.h index edd258d..42ea630 100644 --- a/include/llvm/Support/Mutex.h +++ b/include/llvm/Support/Mutex.h @@ -1,4 +1,4 @@ -//===- llvm/System/Mutex.h - Mutex Operating System Concept -----*- C++ -*-===// +//===- llvm/Support/Mutex.h - Mutex Operating System Concept -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Path.h b/include/llvm/Support/Path.h index 7d5c297..93a116f 100644 --- a/include/llvm/Support/Path.h +++ b/include/llvm/Support/Path.h @@ -1,4 +1,4 @@ -//===- llvm/System/Path.h - Path Operating System Concept -------*- C++ -*-===// +//===- llvm/Support/Path.h - Path Operating System Concept -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/PathV2.h b/include/llvm/Support/PathV2.h index b85da0a..e8c93a3 100644 --- a/include/llvm/Support/PathV2.h +++ b/include/llvm/Support/PathV2.h @@ -1,4 +1,4 @@ -//===- llvm/System/PathV2.h - Path Operating System Concept -----*- C++ -*-===// +//===- llvm/Support/PathV2.h - Path Operating System Concept -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Process.h b/include/llvm/Support/Process.h index cb861d7..3379922 100644 --- a/include/llvm/Support/Process.h +++ b/include/llvm/Support/Process.h @@ -1,4 +1,4 @@ -//===- llvm/System/Process.h ------------------------------------*- C++ -*-===// +//===- llvm/Support/Process.h ------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Program.h b/include/llvm/Support/Program.h index 872f7e5..78a495e 100644 --- a/include/llvm/Support/Program.h +++ b/include/llvm/Support/Program.h @@ -1,4 +1,4 @@ -//===- llvm/System/Program.h ------------------------------------*- C++ -*-===// +//===- llvm/Support/Program.h ------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h index da98d0c..9a84df6 100644 --- a/include/llvm/Support/Signals.h +++ b/include/llvm/Support/Signals.h @@ -1,4 +1,4 @@ -//===- llvm/System/Signals.h - Signal Handling support ----------*- C++ -*-===// +//===- llvm/Support/Signals.h - Signal Handling support ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Solaris.h b/include/llvm/Support/Solaris.h index 15adb74..57eee2c 100644 --- a/include/llvm/Support/Solaris.h +++ b/include/llvm/Support/Solaris.h @@ -1,4 +1,4 @@ -/*===- llvm/System/Solaris.h ------------------------------------*- C++ -*-===* +/*===- llvm/Support/Solaris.h ------------------------------------*- C++ -*-===* * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Support/ThreadLocal.h b/include/llvm/Support/ThreadLocal.h index 155a4db..15350a7 100644 --- a/include/llvm/Support/ThreadLocal.h +++ b/include/llvm/Support/ThreadLocal.h @@ -1,4 +1,4 @@ -//===- llvm/System/ThreadLocal.h - Thread Local Data ------------*- C++ -*-===// +//===- llvm/Support/ThreadLocal.h - Thread Local Data ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h index 371a862..c0e842c 100644 --- a/include/llvm/Support/Threading.h +++ b/include/llvm/Support/Threading.h @@ -1,4 +1,4 @@ -//===-- llvm/System/Threading.h - Control multithreading mode --*- C++ -*-===// +//===-- llvm/Support/Threading.h - Control multithreading mode --*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/Valgrind.h b/include/llvm/Support/Valgrind.h index 5ec79c3..7662eaa 100644 --- a/include/llvm/Support/Valgrind.h +++ b/include/llvm/Support/Valgrind.h @@ -1,4 +1,4 @@ -//===- llvm/System/Valgrind.h - Communication with Valgrind -----*- C++ -*-===// +//===- llvm/Support/Valgrind.h - Communication with Valgrind -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // |