summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-27 19:15:11 +0000
committerChris Lattner <sabre@nondot.org>2003-05-27 19:15:11 +0000
commit6ac79d115ec472c60aa57e2beae06a4a4a1fd8d8 (patch)
tree854928396c035c7a1931c8dd251667a1ab541ebf /tools
parenta12f1e79bbca1d2519b67249b14259e6af70f083 (diff)
downloadllvm-6ac79d115ec472c60aa57e2beae06a4a4a1fd8d8.tar.gz
llvm-6ac79d115ec472c60aa57e2beae06a4a4a1fd8d8.tar.bz2
llvm-6ac79d115ec472c60aa57e2beae06a4a4a1fd8d8.tar.xz
Add compatibility option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/gccld/gccld.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp
index 9a4c00680e..fd752d083e 100644
--- a/tools/gccld/gccld.cpp
+++ b/tools/gccld/gccld.cpp
@@ -68,6 +68,8 @@ namespace {
CO4("version-script", cl::Hidden, cl::desc("Compatibility option: ignored"));
cl::opt<bool>
CO5("eh-frame-hdr", cl::Hidden, cl::desc("Compatibility option: ignored"));
+ cl::opt<bool>
+ CO6("r", cl::Hidden, cl::desc("Compatibility option: ignored"));
}
// FileExists - Return true if the specified string is an openable file...