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 | 8f243a5dde3aa5b6d34374685a5557e8acc58280 (patch) | |
tree | 19e9b607f7f0e4a12b52d9ff345b75b5358f2477 | |
parent | 99205241f4eedd113cc871f2bd4922997df39203 (diff) | |
download | bcm5719-llvm-8f243a5dde3aa5b6d34374685a5557e8acc58280.tar.gz bcm5719-llvm-8f243a5dde3aa5b6d34374685a5557e8acc58280.zip |
llvm-ld doesn't have a -march option. This fixes PR2961
llvm-svn: 58345
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ld.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod index 8d4a6e7e987..6d4e901ba4e 100644 --- a/llvm/docs/CommandGuide/llvm-ld.pod +++ b/llvm/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. |