ignore the -m elf_i386 directive used in the linux kernel
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 19 Nov 2008 17:00:08 +0000 (17:00 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 19 Nov 2008 17:00:08 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59642 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ld/llvm-ld.cpp

index c8b0d58241f40fbd17f5c2629850ec3efe8441e4..ed52254573b973df172d1469b750fd89831b165f 100644 (file)
@@ -108,6 +108,9 @@ static cl::opt<bool> CO7("start-group", cl::Hidden,
 static cl::opt<bool> CO8("end-group", cl::Hidden, 
   cl::desc("Compatibility option: ignored"));
 
+static cl::opt<std::string> CO9("m", cl::Hidden, 
+  cl::desc("Compatibility option: ignored"));
+
 /// This is just for convenience so it doesn't have to be passed around
 /// everywhere.
 static std::string progname;