summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/DynamicLibrary.h
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2010-11-29 19:44:50 +0000
committerCharles Davis <cdavis@mines.edu>2010-11-29 19:44:50 +0000
commit54c9eb6fff9b383ce6e30933ad63a7dca8f67b87 (patch)
treed6d6e794a10e5cebc55192045286573a6e017f22 /llvm/include/llvm/Support/DynamicLibrary.h
parenta3082ee59a5a9bbcd47fc9cdddec2b1c618cc9ba (diff)
downloadbcm5719-llvm-54c9eb6fff9b383ce6e30933ad63a7dca8f67b87.tar.gz
bcm5719-llvm-54c9eb6fff9b383ce6e30933ad63a7dca8f67b87.zip
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' llvm-svn: 120314
Diffstat (limited to 'llvm/include/llvm/Support/DynamicLibrary.h')
-rw-r--r--llvm/include/llvm/Support/DynamicLibrary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/DynamicLibrary.h b/llvm/include/llvm/Support/DynamicLibrary.h
index 745b8f8b5b4..e6d9ff57ae8 100644
--- a/llvm/include/llvm/Support/DynamicLibrary.h
+++ b/llvm/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
//
OpenPOWER on IntegriCloud