summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-08 19:03:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-08 19:03:11 +0000
commit5d211e24d9adb67b8554b5d56de680349d008296 (patch)
tree7460ee18556f4ce41d8a94afbeee83f05bc96e6f /llvm/tools
parent55717ece1e267fcab06960c109c3bd4e77316fdf (diff)
downloadbcm5719-llvm-5d211e24d9adb67b8554b5d56de680349d008296.tar.gz
bcm5719-llvm-5d211e24d9adb67b8554b5d56de680349d008296.zip
For PR1153:
Copy a couple more missing options from gccld to llvm-ld. llvm-svn: 34061
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-ld/llvm-ld.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ld/llvm-ld.cpp b/llvm/tools/llvm-ld/llvm-ld.cpp
index 6ec0ce7591b..8fb335ca4be 100644
--- a/llvm/tools/llvm-ld/llvm-ld.cpp
+++ b/llvm/tools/llvm-ld/llvm-ld.cpp
@@ -97,6 +97,11 @@ static cl::opt<bool> CO5("eh-frame-hdr", cl::Hidden,
static cl::opt<std::string> CO6("h", cl::Hidden,
cl::desc("Compatibility option: ignored"));
+static cl::opt<bool> CO7("start-group", cl::Hidden,
+ cl::desc("Compatibility option: ignored"));
+
+static cl::opt<bool> CO8("end-group", cl::Hidden,
+ cl::desc("Compatibility option: ignored"));
/// This is just for convenience so it doesn't have to be passed around
/// everywhere.
OpenPOWER on IntegriCloud