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
169284a67b
llvm-project
/
lld
/
lib
/
Config
/
CMakeLists.txt
6 lines
73 B
CMake
Raw
Normal View
History
Unescape
Escape
add_lld_library -> add_llvm_library * Works better for shared libraries (sets PRIVATE instead of INTERFACE) * Fixes http://llvm.org/bugs/show_bug.cgi?id=22269 * Also, use build-target names instead of component names Differential Revision: http://reviews.llvm.org/D7074 From: Greg Fitzgerald <garious@gmail.com> llvm-svn: 226702
2015-01-22 05:26:27 +08:00
add_llvm_library
(
lldConfig
Add support to print version. Summary: Add support in the universal driver to print the lld version and the repository version. Test Plan: A driver test is added Reviewers: kledzik, ruiu Reviewed By: ruiu Subscribers: llvm-commits Projects: #lld Differential Revision: http://reviews.llvm.org/D5641 llvm-svn: 219277
2014-10-08 11:47:51 +08:00
V
e
r
s
i
o
n
.
c
p
p
add_lld_library -> add_llvm_library * Works better for shared libraries (sets PRIVATE instead of INTERFACE) * Fixes http://llvm.org/bugs/show_bug.cgi?id=22269 * Also, use build-target names instead of component names Differential Revision: http://reviews.llvm.org/D7074 From: Greg Fitzgerald <garious@gmail.com> llvm-svn: 226702
2015-01-22 05:26:27 +08:00
L
I
N
K
_
L
I
B
S
L
L
V
M
S
u
p
p
o
r
t
Add support to print version. Summary: Add support in the universal driver to print the lld version and the repository version. Test Plan: A driver test is added Reviewers: kledzik, ruiu Reviewed By: ruiu Subscribers: llvm-commits Projects: #lld Differential Revision: http://reviews.llvm.org/D5641 llvm-svn: 219277
2014-10-08 11:47:51 +08:00
)