Sorry and thanks for fixing!

On Wed, Oct 3, 2012 at 4:35 PM, Benjamin Kramer
<[email protected]> wrote:
> Author: d0k
> Date: Wed Oct  3 09:35:38 2012
> New Revision: 165119
>
> URL: http://llvm.org/viewvc/llvm-project?rev=165119&view=rev
> Log:
> clang-check: Add clangRewriteCore.a to the Makefile build to make it link 
> again.
>
> Modified:
>     cfe/trunk/tools/clang-check/Makefile
>
> Modified: cfe/trunk/tools/clang-check/Makefile
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?rev=165119&r1=165118&r2=165119&view=diff
> ==============================================================================
> --- cfe/trunk/tools/clang-check/Makefile (original)
> +++ cfe/trunk/tools/clang-check/Makefile Wed Oct  3 09:35:38 2012
> @@ -18,7 +18,7 @@
>  LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
>  USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a \
>             clangTooling.a clangParse.a clangSema.a clangAnalysis.a \
> -           clangEdit.a clangAST.a clangLex.a clangBasic.a \
> -           clangRewriteFrontend.a
> +           clangRewriteFrontend.a clangRewriteCore.a clangEdit.a clangAST.a \
> +           clangLex.a clangBasic.a
>
>  include $(CLANG_LEVEL)/Makefile
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to