mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
74ad3be7a0
Summary: Previously were in support. Since many many things depend on support, were all forced to also depend on libxml2, which we only want in a few cases. This puts all the libxml2 deps in a separate lib to be used only in a few places. Reviewers: ruiu, thakis, rnk Subscribers: mgorny, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D35819 llvm-svn: 309070
15 lines
230 B
CMake
15 lines
230 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Option
|
|
Support
|
|
WindowsManifest
|
|
)
|
|
|
|
set(LLVM_TARGET_DEFINITIONS Opts.td)
|
|
|
|
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
|
|
add_public_tablegen_target(MtTableGen)
|
|
|
|
add_llvm_tool(llvm-mt
|
|
llvm-mt.cpp
|
|
)
|