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-01-31 20:51:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
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 15:35:14 +00:00
add_llvm_target
(
CppBackendCodeGen
CMake: Builds all targets. llvm-svn: 56641
2008-09-26 04:40:32 +00: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 02:55:27 +00:00
add_subdirectory
(
TargetInfo
)
Reference in New Issue
Copy Permalink