diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-08 19:03:11 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-08 19:03:11 +0000 |
| commit | 5d211e24d9adb67b8554b5d56de680349d008296 (patch) | |
| tree | 7460ee18556f4ce41d8a94afbeee83f05bc96e6f /llvm/tools | |
| parent | 55717ece1e267fcab06960c109c3bd4e77316fdf (diff) | |
| download | bcm5719-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.cpp | 5 |
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. |

