mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-06 23:31:48 +00:00
Move obj2yaml to tools to sort out make's dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3b62eb417
commit
46af067997
@ -419,7 +419,6 @@ add_subdirectory(utils/count)
|
|||||||
add_subdirectory(utils/not)
|
add_subdirectory(utils/not)
|
||||||
add_subdirectory(utils/llvm-lit)
|
add_subdirectory(utils/llvm-lit)
|
||||||
add_subdirectory(utils/yaml-bench)
|
add_subdirectory(utils/yaml-bench)
|
||||||
add_subdirectory(utils/obj2yaml)
|
|
||||||
add_subdirectory(utils/yaml2obj)
|
add_subdirectory(utils/yaml2obj)
|
||||||
|
|
||||||
add_subdirectory(projects)
|
add_subdirectory(projects)
|
||||||
|
@ -43,6 +43,8 @@ add_subdirectory(llvm-mcmarkup)
|
|||||||
|
|
||||||
add_subdirectory(llvm-symbolizer)
|
add_subdirectory(llvm-symbolizer)
|
||||||
|
|
||||||
|
add_subdirectory(obj2yaml)
|
||||||
|
|
||||||
if( NOT WIN32 )
|
if( NOT WIN32 )
|
||||||
add_subdirectory(lto)
|
add_subdirectory(lto)
|
||||||
endif()
|
endif()
|
||||||
|
@ -35,7 +35,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
|
|||||||
llvm-diff macho-dump llvm-objdump llvm-readobj \
|
llvm-diff macho-dump llvm-objdump llvm-readobj \
|
||||||
llvm-rtdyld llvm-dwarfdump llvm-cov \
|
llvm-rtdyld llvm-dwarfdump llvm-cov \
|
||||||
llvm-size llvm-stress llvm-mcmarkup \
|
llvm-size llvm-stress llvm-mcmarkup \
|
||||||
llvm-symbolizer
|
llvm-symbolizer obj2yaml
|
||||||
|
|
||||||
# If Intel JIT Events support is configured, build an extra tool to test it.
|
# If Intel JIT Events support is configured, build an extra tool to test it.
|
||||||
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = obj2yaml
|
TOOLNAME = obj2yaml
|
||||||
USEDLIBS = LLVMObject.a LLVMSupport.a
|
LINK_COMPONENTS := object
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS = 1
|
TOOL_NO_EXPORTS = 1
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
|
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
|
||||||
count fpcmp llvm-lit not unittest yaml2obj obj2yaml
|
count fpcmp llvm-lit not unittest yaml2obj
|
||||||
|
|
||||||
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
|
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
|
||||||
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user