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-11-11 08:07:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
316cd2a2c5
llvm-6502
/
lib
/
Target
/
CBackend
/
CMakeLists.txt
6 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for consistency with other targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144292 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-10 15:35:14 +00:00
add_llvm_target
(
CBackendCodeGen
CMake: Builds all targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56641 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-26 04:40:32 +00:00
C
B
a
c
k
e
n
d
.
c
p
p
)
Use explicit add_subdirectory's for LLVM target sublibraries instead of testing for its presence at cmake time. This way the build automatically regenerates the makefiles when a svn update brings in a new sublibrary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126068 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-20 02:55:27 +00:00
add_subdirectory
(
TargetInfo
)
Reference in New Issue
Copy Permalink