projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dafa8d
)
Remove dead option.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 23 Jul 2007 04:23:32 +0000
(
04:23
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 23 Jul 2007 04:23:32 +0000
(
04:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-ld/llvm-ld.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-ld/llvm-ld.cpp
b/tools/llvm-ld/llvm-ld.cpp
index 46788b1011ef35f6102eaa07b1524c0fd5efacdc..72c4b1ecb41e5b16a6a5dfd3bd59f24f1b461917 100644
(file)
--- a/
tools/llvm-ld/llvm-ld.cpp
+++ b/
tools/llvm-ld/llvm-ld.cpp
@@
-66,9
+66,6
@@
static cl::opt<bool> LinkAsLibrary("link-as-library",
static cl::alias Relink("r", cl::aliasopt(LinkAsLibrary),
cl::desc("Alias for -link-as-library"));
-static cl::opt<const TargetMachineRegistry::Entry*, false, TargetNameParser>
- MachineArch("march", cl::desc("Architecture to generate assembly for:"));
-
static cl::opt<bool> Native("native",
cl::desc("Generate a native binary instead of a shell script"));