diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-28 20:05:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-28 20:05:06 +0000 |
commit | 19bd0adf0d914aa3eb568280a36ee4f5851116d9 (patch) | |
tree | cb906821224f1dcfab0829e53a48e44cce86a88c /docs | |
parent | e9da133ae0a3ea5bbadd14f33c5005a4e25422ea (diff) |
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')
-rw-r--r-- | docs/CommandGuide/llvm-ld.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index 8d4a6e7e98..6d4e901ba4 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. |