Fix typo s/bitcodewriter/bitwriter

llvm-svn: 230307
This commit is contained in:
Adrian Prantl 2015-02-24 04:49:13 +00:00
parent 54e9d64533
commit d0a19981c4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ SOURCES += $(addprefix ../ReplaceAutoPtr/,$(notdir $(wildcard $(PROJ_SRC_DIR)/..
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 \