1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ignore the -m elf_i386 directive used in the linux kernel

llvm-svn: 59642
This commit is contained in:
Andrew Lenharth 2008-11-19 17:00:08 +00:00
parent 60e2650b09
commit 54748faa8a

View 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;