[llvm-commits] [llvm] r58345 - /llvm/trunk/docs/CommandGuide/llvm-ld.pod
Chris Lattner
sabre at nondot.org
Tue Oct 28 13:05:06 PDT 2008
Author: lattner
Date: Tue Oct 28 15:05:06 2008
New Revision: 58345
URL: http://llvm.org/viewvc/llvm-project?rev=58345&view=rev
Log:
llvm-ld doesn't have a -march option. This fixes PR2961
Modified:
llvm/trunk/docs/CommandGuide/llvm-ld.pod
Modified: llvm/trunk/docs/CommandGuide/llvm-ld.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ld.pod?rev=58345&r1=58344&r2=58345&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ld.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ld.pod Tue Oct 28 15:05:06 2008
@@ -128,10 +128,6 @@
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.
More information about the llvm-commits
mailing list