aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/IncludeFile.cpp
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
commit53ca1f3190680f3e86aebe0f72f7918d63f71e0d (patch)
tree7fcbf5fffb4c64ca65ad4f36d8059a1340127d16 /lib/Support/IncludeFile.cpp
parent693eeb5968cce3fa36fc0f59f52a81490256faf2 (diff)
downloadexternal_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 'lib/Support/IncludeFile.cpp')
-rw-r--r--lib/Support/IncludeFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/IncludeFile.cpp b/lib/Support/IncludeFile.cpp
index e41d1f0..5da8826 100644
--- a/lib/Support/IncludeFile.cpp
+++ b/lib/Support/IncludeFile.cpp
@@ -16,5 +16,5 @@
using namespace llvm;
// This constructor is used to ensure linking of other modules. See the
-// llvm/System/IncludeFile.h header for details.
+// llvm/Support/IncludeFile.h header for details.
IncludeFile::IncludeFile(const void*) {}