From 54c9eb6fff9b383ce6e30933ad63a7dca8f67b87 Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Mon, 29 Nov 2010 19:44:50 +0000 Subject: 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 --- llvm/lib/Support/IncludeFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/IncludeFile.cpp') diff --git a/llvm/lib/Support/IncludeFile.cpp b/llvm/lib/Support/IncludeFile.cpp index e41d1f0a811..5da88261ce5 100644 --- a/llvm/lib/Support/IncludeFile.cpp +++ b/llvm/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*) {} -- cgit v1.2.3