Add compatibility option
authorChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 19:15:11 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 May 2003 19:15:11 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6354 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccld/gccld.cpp

index 9a4c00680e44faf14451d2654532ca2b1dcbeb95..fd752d083e2a325d205cbbf4d40afec5525629d5 100644 (file)
@@ -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...