From: John Criswell Date: Tue, 9 Dec 2003 15:39:11 +0000 (+0000) Subject: Added the -h option for compatibility with other linkers. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa2a47d813ae0adcefeae5c3a6564e6cf8ddb3db;p=oota-llvm.git Added the -h option for compatibility with other linkers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10335 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index 4c32c18089a..74b9ff00b2b 100644 --- a/tools/gccld/gccld.cpp +++ b/tools/gccld/gccld.cpp @@ -86,6 +86,8 @@ namespace { CO4("version-script", cl::Hidden, cl::desc("Compatibility option: ignored")); cl::opt CO5("eh-frame-hdr", cl::Hidden, cl::desc("Compatibility option: ignored")); + cl::opt + CO6("h", cl::Hidden, cl::desc("Compatibility option: ignored")); } namespace llvm {