From: Chris Lattner Date: Tue, 28 Oct 2008 20:05:06 +0000 (+0000) Subject: llvm-ld doesn't have a -march option. This fixes PR2961 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=19bd0adf0d914aa3eb568280a36ee4f5851116d9;p=oota-llvm.git 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 --- diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 8d4a6e7e987..6d4e901ba4e 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 - -Specifies the kind of machine for which code or assembly should be generated. - =item B<-native> Generate a native machine code executable.