llvm-ld doesn't have a -march option. This fixes PR2961
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2008 20:05:06 +0000 (20:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2008 20:05:06 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58345 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-ld.pod

index 8d4a6e7e9877a0df4ff6c345a28fdc3ebab6c472..6d4e901ba4e68cef3111be54fa533bd7ff402707 100644 (file)
@@ -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.