aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvm-ld.pod
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-28 20:05:06 +0000
committerChris Lattner <sabre@nondot.org>2008-10-28 20:05:06 +0000
commit19bd0adf0d914aa3eb568280a36ee4f5851116d9 (patch)
treecb906821224f1dcfab0829e53a48e44cce86a88c /docs/CommandGuide/llvm-ld.pod
parente9da133ae0a3ea5bbadd14f33c5005a4e25422ea (diff)
downloadexternal_llvm-19bd0adf0d914aa3eb568280a36ee4f5851116d9.zip
external_llvm-19bd0adf0d914aa3eb568280a36ee4f5851116d9.tar.gz
external_llvm-19bd0adf0d914aa3eb568280a36ee4f5851116d9.tar.bz2
llvm-ld doesn't have a -march option. This fixes PR2961
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-ld.pod')
-rw-r--r--docs/CommandGuide/llvm-ld.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 8d4a6e7..6d4e901 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -128,10 +128,6 @@ undefined symbols will be permitted.
An alias for -link-as-library.
-=item B<-march=>C<target>
-
-Specifies the kind of machine for which code or assembly should be generated.
-
=item B<-native>
Generate a native machine code executable.