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
7f1bad88c3
llvm-project
/
llvm
/
tools
/
llvm-strings
/
CMakeLists.txt
11 lines
107 B
CMake
Raw
Normal View
History
Unescape
Escape
llvm-strings: introduce basic strings tool This is a replacement to binutils' string tool. It prints strings found in a binary (object file, executable, or archive library). It is rather bare and not functionally equivalent, however, it lays the groundwork necessary for the strings tool, enabling iterative development of features to reach feature parity. llvm-svn: 286556
2016-11-11 11:44:12 +08:00
set
(
LLVM_LINK_COMPONENTS
llvm-strings: Fix r286556 to add required libraries. llvm-svn: 286594
2016-11-11 22:17:37 +08:00
C
o
r
e
llvm-strings: introduce basic strings tool This is a replacement to binutils' string tool. It prints strings found in a binary (object file, executable, or archive library). It is rather bare and not functionally equivalent, however, it lays the groundwork necessary for the strings tool, enabling iterative development of features to reach feature parity. llvm-svn: 286556
2016-11-11 11:44:12 +08:00
O
b
j
e
c
t
llvm-strings: Fix r286556 to add required libraries. llvm-svn: 286594
2016-11-11 22:17:37 +08:00
S
u
p
p
o
r
t
llvm-strings: introduce basic strings tool This is a replacement to binutils' string tool. It prints strings found in a binary (object file, executable, or archive library). It is rather bare and not functionally equivalent, however, it lays the groundwork necessary for the strings tool, enabling iterative development of features to reach feature parity. llvm-svn: 286556
2016-11-11 11:44:12 +08:00
)
add_llvm_tool
(
llvm-strings
l
l
v
m
-
s
t
r
i
n
g
s
.
c
p
p
)