This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-01 05:01:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
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 11:13:32 +00: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-01 19:15:06 +00: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 11:13:32 +00:00
S
u
p
p
o
r
t
)
Convert obj2yaml to use yamlio. llvm-svn: 182169
2013-05-17 22:58:42 +00:00
Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools. llvm-svn: 214191
2014-07-29 18:28:16 +00: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-02 19:16:56 +00:00
y
a
m
l
2
o
b
j
.
c
p
p
)
Reference in New Issue
Copy Permalink