diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-07-25 21:19:01 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-07-25 21:19:01 +0000 |
commit | 9260ed6c06c69e62730ab96b455395c497f5af31 (patch) | |
tree | dcbdaef97f56e996b35a682cb9c220a76bb789d8 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 372c24d9f2c066c68c35567f2bd452ff18821af9 (diff) | |
download | bcm5719-llvm-9260ed6c06c69e62730ab96b455395c497f5af31.tar.gz bcm5719-llvm-9260ed6c06c69e62730ab96b455395c497f5af31.zip |
Don't forward all assembler arguments untouched to -cc1as
Use the same filtering for assembly arguments to -cc1as as we do for
-cc1, this allows a consistent (& more useful) diagnostic experience for
users (rather than getting an error from -cc1as (which a user shouldn't
really be thinking about) about --foo, they get an error from clang
about --foo in -Wa,)
I'm sort of surprised by the separation of -cc1as & the separate
argument handling, etc, but at least this removes a little bit of the
duplication.
llvm-svn: 187156
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions