summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/llvm-ld
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-ld')
-rw-r--r--usr.bin/clang/llvm-ld/Makefile2
-rw-r--r--usr.bin/clang/llvm-ld/llvm-ld.12
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/clang/llvm-ld/Makefile b/usr.bin/clang/llvm-ld/Makefile
index d9c0bba..441bef9 100644
--- a/usr.bin/clang/llvm-ld/Makefile
+++ b/usr.bin/clang/llvm-ld/Makefile
@@ -12,6 +12,7 @@ LIBDEPS=llvmbitwriter \
llvmarchive \
llvmbitreader \
llvmipo \
+ llvmvectorize \
llvmscalaropts \
llvminstcombine \
llvmtransformutils \
@@ -19,6 +20,7 @@ LIBDEPS=llvmbitwriter \
llvmanalysis \
llvmtarget \
llvmmc \
+ llvmobject \
llvmcore \
llvmsupport
diff --git a/usr.bin/clang/llvm-ld/llvm-ld.1 b/usr.bin/clang/llvm-ld/llvm-ld.1
index 451c446..fcd3dbc 100644
--- a/usr.bin/clang/llvm-ld/llvm-ld.1
+++ b/usr.bin/clang/llvm-ld/llvm-ld.1
@@ -125,7 +125,7 @@
.\" ========================================================================
.\"
.IX Title "LLVM-LD 1"
-.TH LLVM-LD 1 "2011-10-17" "LLVM 3.0" "LLVM Command Guide"
+.TH LLVM-LD 1 "2012-04-05" "LLVM 3.1" "LLVM Command Guide"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
OpenPOWER on IntegriCloud