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
b67440efb8
llvm-project
/
llvm
/
tools
/
llc
/
CMakeLists.txt
6 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
CMakeLists: removed asmprinter component from tools/llc/CMakeLists.txt. llvm-svn: 58678
2008-11-04 11:28:37 +08:00
set
(
LLVM_LINK_COMPONENTS
${
LLVM_TARGETS_TO_BUILD
}
bitreader
)
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
add_llvm_tool
(
llc
l
l
c
.
c
p
p
)