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
9d5057cce5
llvm-project
/
llvm
/
lib
/
ObjectYAML
/
CMakeLists.txt
7 lines
92 B
CMake
Raw
Normal View
History
Unescape
Escape
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
add_llvm_library
(
LLVMObjectYAML
Y
A
M
L
.
c
p
p
C
O
F
F
Y
A
M
L
.
c
p
p
E
L
F
Y
A
M
L
.
c
p
p
[ObjectYAML] Support Thin MachO headers to YAML This patch adds support to ObjectYAML for serializing mach_header structs. llvm-svn: 269303
2016-05-13 00:04:16 +08:00
M
a
c
h
O
Y
A
M
L
.
c
p
p
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
)