This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-13 20:32:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5f5295224d
llvm-6502
/
tools
/
llvm-dis
/
CMakeLists.txt
6 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
Update link components for llvm-dis and LTO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127545 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-12 16:48:49 +00:00
set
(
LLVM_LINK_COMPONENTS
bitreader
analysis
)
Initial support for the CMake build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-22 01:08:49 +00:00
add_llvm_tool
(
llvm-dis
l
l
v
m
-
d
i
s
.
c
p
p
)
Reference in New Issue
Copy Permalink