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
9772d82df4
llvm-project
/
llvm
/
lib
/
Target
/
CppBackend
/
CMakeLists.txt
6 lines
85 B
CMake
Raw
Normal View
History
Unescape
Escape
build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for consistency with other targets. llvm-svn: 144292
2011-11-10 23:35:14 +08:00
add_llvm_target
(
CppBackendCodeGen
CMake: Builds all targets. llvm-svn: 56641
2008-09-26 12:40:32 +08:00
C
P
P
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. llvm-svn: 126068
2011-02-20 10:55:27 +08:00
add_subdirectory
(
TargetInfo
)