mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Allow users to specify -Wl,-native* multiple times if they please
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b120a64e13
commit
cb8346563b
@ -78,10 +78,10 @@ namespace {
|
||||
cl::aliasopt(LinkAsLibrary));
|
||||
|
||||
cl::opt<bool>
|
||||
Native("native",
|
||||
Native("native", cl::ZeroOrMore,
|
||||
cl::desc("Generate a native binary instead of a shell script"));
|
||||
cl::opt<bool>
|
||||
NativeCBE("native-cbe",
|
||||
NativeCBE("native-cbe", cl::ZeroOrMore,
|
||||
cl::desc("Generate a native binary with the C backend and GCC"));
|
||||
|
||||
cl::opt<bool>
|
||||
|
Loading…
Reference in New Issue
Block a user