[clang-tools-extra] r230307 - Fix typo s/bitcodewriter/bitwriter
Adrian Prantl
aprantl at apple.com
Mon Feb 23 20:49:13 PST 2015
Author: adrian
Date: Mon Feb 23 22:49:13 2015
New Revision: 230307
URL: http://llvm.org/viewvc/llvm-project?rev=230307&view=rev
Log:
Fix typo s/bitcodewriter/bitwriter
Modified:
clang-tools-extra/trunk/clang-modernize/tool/Makefile
Modified: clang-tools-extra/trunk/clang-modernize/tool/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-modernize/tool/Makefile?rev=230307&r1=230306&r2=230307&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-modernize/tool/Makefile (original)
+++ clang-tools-extra/trunk/clang-modernize/tool/Makefile Mon Feb 23 22:49:13 2015
@@ -36,7 +36,7 @@ SOURCES += $(addprefix ../ReplaceAutoPtr
BUILT_SOURCES += $(ObjDir)/../ReplaceAutoPtr/.objdir
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader ipo objcarcopts \
- instrumentation bitcodewriter support mc option
+ instrumentation bitwriter support mc option
USEDLIBS = modernizeCore.a clangFormat.a \
clangTooling.a clangToolingCore.a clangFrontend.a clangCodeGen.a \
clangSerialization.a clangDriver.a clangRewriteFrontend.a \
More information about the cfe-commits
mailing list