commit | 61dad75b10a2ba971fd11b22de382442bbd23ea8 | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Wed Jul 09 14:05:11 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Wed Jul 09 14:05:11 2014 +0000 |
tree | 8229d6087bcb604f23ce0a2b85dc7e34984862ca | |
parent | 9500d2d75185d05e45d785050d158acdfa0f34e8 [diff] |
cc1as: consolidate option flags with cc1 and eliminate duplication The clang -cc1as options are nearly a strict subset of -cc1. Instead of duplicating the definitions and documentation, let's go ahead and share the definitions in a similar way the current handling of combined driver and frontend flags, eliminating some of the vestigial legacy surrounding the assembler subcommand. llvm-svn: 212620