summaryrefslogtreecommitdiffstats
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
commite320c9215d51e8142d520e68a11a7daaeb10629e (patch)
tree147d391f255053671c02a5569120f2ee92b28ed0
parent2219a0db965896c60f0bc857e5cb3c1a67f92238 (diff)
downloadbcm5719-llvm-e320c9215d51e8142d520e68a11a7daaeb10629e.tar.gz
bcm5719-llvm-e320c9215d51e8142d520e68a11a7daaeb10629e.zip
Add compatibility option
llvm-svn: 6354
-rw-r--r--llvm/tools/gccld/gccld.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp
index 9a4c00680e4..fd752d083e2 100644
--- a/llvm/tools/gccld/gccld.cpp
+++ b/llvm/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...
OpenPOWER on IntegriCloud