Added the -h option for compatibility with other linkers.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 9 Dec 2003 15:39:11 +0000 (15:39 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 9 Dec 2003 15:39:11 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10335 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccld/gccld.cpp

index 4c32c18089a977b27d4bfe9ab5298507690fd44f..74b9ff00b2be2b62a3c3cb50c9bd841f10bd8113 100644 (file)
@@ -86,6 +86,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<std::string>
+  CO6("h", cl::Hidden, cl::desc("Compatibility option: ignored"));
 }
 
 namespace llvm {