This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
344eee9227
llvm-project
/
llvm
/
tools
/
yaml2obj
/
CMakeLists.txt
9 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 19:13:32 +08:00
set
(
LLVM_LINK_COMPONENTS
Move ObjectYAML code to a new library. It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. llvm-svn: 262368
2016-03-02 03:15:06 +08:00
O
b
j
e
c
t
Y
A
M
L
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 19:13:32 +08:00
S
u
p
p
o
r
t
)
Convert obj2yaml to use yamlio. llvm-svn: 182169
2013-05-18 06:58:42 +08:00
Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools. llvm-svn: 214191
2014-07-30 02:28:16 +08:00
add_llvm_tool
(
yaml2obj
Add yaml2obj. A utility to convert YAML to binaries. yaml2obj takes a textual description of an object file in YAML format and outputs the binary equivalent. This greatly simplifies writing tests that take binary object files as input. llvm-svn: 161205
2012-08-03 03:16:56 +08:00
y
a
m
l
2
o
b
j
.
c
p
p
)