Skip to content

Commit 5ec3814

Browse files
authored
Merge pull request #1998 from JDevlieghere/🍒/bastille/97b8e2c1f063
[llvm] Make obj2yaml and yaml2obj LLVM utilities instead of tools
2 parents 0efe2f4 + e6aba2f commit 5ec3814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/tools/obj2yaml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS
77
Support
88
)
99

10-
add_llvm_tool(obj2yaml
10+
add_llvm_utility(obj2yaml
1111
obj2yaml.cpp
1212
coff2yaml.cpp
1313
dwarf2yaml.cpp

llvm/tools/yaml2obj/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
33
Support
44
)
55

6-
add_llvm_tool(yaml2obj
6+
add_llvm_utility(yaml2obj
77
yaml2obj.cpp
88
)

0 commit comments

Comments
 (0)