diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-27 19:15:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-27 19:15:11 +0000 |
commit | 6ac79d115ec472c60aa57e2beae06a4a4a1fd8d8 (patch) | |
tree | 854928396c035c7a1931c8dd251667a1ab541ebf /tools/gccld/gccld.cpp | |
parent | a12f1e79bbca1d2519b67249b14259e6af70f083 (diff) |
Add compatibility option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/gccld.cpp')
-rw-r--r-- | tools/gccld/gccld.cpp | 2 |
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... |