Fix build broken as a result of r213171.
authorZachary Turner <zturner@google.com>
Wed, 16 Jul 2014 18:53:18 +0000 (18:53 +0000)
committerZachary Turner <zturner@google.com>
Wed, 16 Jul 2014 18:53:18 +0000 (18:53 +0000)
r213171 renames the 'clangRewriteCore' library to 'clangRewrite'.
This change simply updates the makefiles to reference the correct
library name.

llvm-svn: 213181

lldb/lib/Makefile
lldb/source/CMakeLists.txt

index ff54b69..6797c22 100644 (file)
@@ -83,7 +83,7 @@ USEDLIBS = lldbAPI.a \
 # necessary to also link the clang rewriter libraries so vtable references can
 # be resolved correctly, if we are building with GCC.
 ifeq (g++,$(shell basename $(CXX) | cut -c 1-4))
-  USEDLIBS += clangRewriteCore.a \
+  USEDLIBS += clangRewrite.a \
               clangRewriteFrontend.a
 endif
 
index 260fec9..1b464a3 100644 (file)
@@ -155,7 +155,7 @@ set( CLANG_USED_LIBS
   clangFrontend
   clangLex
   clangParse
-  clangRewriteCore
+  clangRewrite
   clangRewriteFrontend
   clangSema
   clangSerialization