forked from OSchip/llvm-project
llvm-ld doesn't have a -march option. This fixes PR2961
llvm-svn: 58345
This commit is contained in:
parent
99205241f4
commit
8f243a5dde
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue