diff options
author | Charles Davis <cdavis@mines.edu> | 2010-11-29 19:44:50 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2010-11-29 19:44:50 +0000 |
commit | 53ca1f3190680f3e86aebe0f72f7918d63f71e0d (patch) | |
tree | 7fcbf5fffb4c64ca65ad4f36d8059a1340127d16 /Makefile.rules | |
parent | 693eeb5968cce3fa36fc0f59f52a81490256faf2 (diff) |
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 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index b7b6a859d7..86730e7139 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -205,7 +205,7 @@ ifdef LLVMC_BASED_DRIVER TOOLNAME = $(LLVMC_BASED_DRIVER) LLVMLIBS = CompilerDriver.a -LINK_COMPONENTS = support system +LINK_COMPONENTS = support endif # LLVMC_BASED_DRIVER |