Add loop-convert to the Make build.
Hey, now the loop-convert tests pass too. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@163015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3f0b705d08
Коммит
f87c2ccb46
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ CLANG_LEVEL := ../..
|
||||||
|
|
||||||
include $(CLANG_LEVEL)/../../Makefile.config
|
include $(CLANG_LEVEL)/../../Makefile.config
|
||||||
|
|
||||||
PARALLEL_DIRS := remove-cstr-calls tool-template
|
PARALLEL_DIRS := remove-cstr-calls tool-template loop-convert
|
||||||
|
|
||||||
include $(CLANG_LEVEL)/Makefile
|
include $(CLANG_LEVEL)/Makefile
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
##===- tools/extra/loop-convert/Makefile ----sssss----------*- Makefile -*-===##
|
||||||
|
#
|
||||||
|
# The LLVM Compiler Infrastructure
|
||||||
|
#
|
||||||
|
# This file is distributed under the University of Illinois Open Source
|
||||||
|
# License. See LICENSE.TXT for details.
|
||||||
|
#
|
||||||
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
|
CLANG_LEVEL := ../../..
|
||||||
|
|
||||||
|
TOOLNAME = loop-convert
|
||||||
|
NO_INSTALL = 1
|
||||||
|
|
||||||
|
# No plugins, optimize startup time.
|
||||||
|
TOOL_NO_EXPORTS = 1
|
||||||
|
|
||||||
|
include $(CLANG_LEVEL)/../../Makefile.config
|
||||||
|
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
|
||||||
|
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
|
||||||
|
clangRewrite.a clangParse.a clangSema.a clangAnalysis.a \
|
||||||
|
clangAST.a clangASTMatchers.a clangEdit.a clangLex.a clangBasic.a
|
||||||
|
|
||||||
|
include $(CLANG_LEVEL)/Makefile
|
||||||
|
|
Загрузка…
Ссылка в новой задаче