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
/
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 03:44:12 +00:00
set
(
LLVM_LINK_COMPONENTS
llvm-strings: Fix r286556 to add required libraries. llvm-svn: 286594
2016-11-11 14:17:37 +00: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 03:44:12 +00:00
O
b
j
e
c
t
llvm-strings: Fix r286556 to add required libraries. llvm-svn: 286594
2016-11-11 14:17:37 +00: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 03:44:12 +00:00
)
add_llvm_tool
(
llvm-strings
l
l
v
m
-
s
t
r
i
n
g
s
.
c
p
p
)
Reference in New Issue
Copy Permalink