From 53ca1f3190680f3e86aebe0f72f7918d63f71e0d 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' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120314 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Support/Threading.cpp') diff --git a/lib/Support/Threading.cpp b/lib/Support/Threading.cpp index c2f85549f4..29579567ac 100644 --- a/lib/Support/Threading.cpp +++ b/lib/Support/Threading.cpp @@ -1,4 +1,4 @@ -//===-- llvm/System/Threading.cpp- Control multithreading mode --*- C++ -*-==// +//===-- llvm/Support/Threading.cpp- Control multithreading mode --*- C++ -*-==// // // The LLVM Compiler Infrastructure // -- cgit v1.2.3-18-g5258