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
2025-01-09 10:31:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4651bca31b
llvm-6502
/
tools
/
llvm-mc
/
CMakeLists.txt
7 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
Add a skeleton driver for new machine code level fun. llvm-mc is meant to be a test driver of other components in the system, which will develop over time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73732 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 23:04:45 +00:00
set
(
LLVM_LINK_COMPONENTS
support
)
fix build problem pointed out by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73739 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 23:46:04 +00:00
add_llvm_tool
(
llvm-mc
Add a skeleton driver for new machine code level fun. llvm-mc is meant to be a test driver of other components in the system, which will develop over time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73732 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 23:04:45 +00:00
l
l
v
m
-
m
c
.
c
p
p
oh yeah, cmake needs to be told explicitly about new files :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73849 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-21 07:19:34 +00:00
A
s
m
L
e
x
e
r
.
c
p
p
Add a skeleton driver for new machine code level fun. llvm-mc is meant to be a test driver of other components in the system, which will develop over time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73732 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 23:04:45 +00:00
)
Reference in New Issue
Copy Permalink