Now to chant the magical incantation that will exorcise the System library
authorCharles Davis <cdavis@mines.edu>
Mon, 29 Nov 2010 19:44:50 +0000 (19:44 +0000)
committerCharles Davis <cdavis@mines.edu>
Mon, 29 Nov 2010 19:44:50 +0000 (19:44 +0000)
commit53ca1f3190680f3e86aebe0f72f7918d63f71e0d
tree7fcbf5fffb4c64ca65ad4f36d8059a1340127d16
parent693eeb5968cce3fa36fc0f59f52a81490256faf2
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
39 files changed:
Makefile.rules
include/llvm/Support/AIXDataTypesFix.h
include/llvm/Support/Alarm.h
include/llvm/Support/Atomic.h
include/llvm/Support/DynamicLibrary.h
include/llvm/Support/Errno.h
include/llvm/Support/FEnv.h
include/llvm/Support/Host.h
include/llvm/Support/IncludeFile.h
include/llvm/Support/Memory.h
include/llvm/Support/Mutex.h
include/llvm/Support/Path.h
include/llvm/Support/PathV2.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/Signals.h
include/llvm/Support/Solaris.h
include/llvm/Support/ThreadLocal.h
include/llvm/Support/Threading.h
include/llvm/Support/Valgrind.h
lib/CompilerDriver/CMakeLists.txt
lib/CompilerDriver/Makefile
lib/Support/IncludeFile.cpp
lib/Support/Threading.cpp
lib/Support/Unix/Host.inc
lib/Support/Unix/Mutex.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/RWMutex.inc
lib/Support/Unix/ThreadLocal.inc
lib/Support/Unix/Unix.h
lib/Support/Unix/system_error.inc
lib/Support/Windows/Host.inc
lib/Support/Windows/Mutex.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/RWMutex.inc
lib/Support/Windows/ThreadLocal.inc
lib/Support/Windows/system_error.inc
tools/gold/Makefile