This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-11-26 05:00:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9c656450d6
llvm
/
tools
/
llc
/
CMakeLists.txt
6 lines
104 B
CMake
Raw
Normal View
History
Unescape
Escape
Unbreak my CMake build. Say you'll link again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80842 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-02 22:45:31 +00:00
set
(
LLVM_LINK_COMPONENTS
${
LLVM_TARGETS_TO_BUILD
}
bitreader
asmparser
)
Initial support for the CMake build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-22 01:08:49 +00:00
add_llvm_tool
(
llc
l
l
c
.
c
p
p
)
Reference in New Issue
Copy Permalink